#74F270

Color #74F270 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #74F270

Tints of Screamin' Green #74F270

Color information

#74F270 (or 0x74F270) is unknown color: approx Screamin' Green. HEX triplet: 74, F2 and 70. RGB value is (116,242,112). Sum of RGB (Red+Green+Blue) = 116+242+112=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #74F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F270 is #8B0D8F. Grayscale: #BDBDBD. Windows color (decimal): -9112976 or 7402100. OLE color: 7402100.

HSL color Cylindrical-coordinate representation of color #74F270: hue angle of 118.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74F270 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB116242112-
CMYK0.5200.540.05
HSL118.15º83.33%69.41%-
HSV(B)118.15º53.72%94.9%-
XYZ41.8868.3926.32-
YUV189.5184.2675.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 24.68%
GREEN value IS 242 (94.92% from 255) = 51.49%
BLUE value IS 112 (44.14% from 255) = 23.83%
R=24.68%
G=51.49%
B=23.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421120.5200.540.05118.1583.3369.41
Hex74F270340365765345
Octal164362160640665166123105
Binary11101001111001011100001101000110110101111011010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74F270; }

 p { color: rgb(116,242,112); }

 H1.HeaderClassName
 {
   color: #74F270;
 }
 .AnyTagClassName
 {
   color: #74F270;
 }
</style>
background-color css

<style>
 a { background-color: #74F270; }

 a { background-color: rgb(116,242,112); }

 div.DivClassName
 {
   background-color: #74F270;
 }
 .BgClassName
 {
   background-color: #74F270;
 }
</style>
border-color css

<style>
 span { border-color: #74F270; }

 span { border-color: rgb(116,242,112); }

 td.TdClassName
 {
   border-color: #74F270;
 }
 .TagClassName
 {
   border-color: #74F270;
 }
</style>