#74FB82

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

Shades of Screamin' Green #74FB82

Tints of Screamin' Green #74FB82

Color information

#74FB82 (or 0x74FB82) is unknown color: approx Screamin' Green. HEX triplet: 74, FB and 82. RGB value is (116,251,130). Sum of RGB (Red+Green+Blue) = 116+251+130=497 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.34% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FB82 is #8B047D. Grayscale: #C5C5C5. Windows color (decimal): -9110654 or 8584052. OLE color: 8584052.

HSL color Cylindrical-coordinate representation of color #74FB82: hue angle of 126.22º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FB82 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB116251130-
CMYK0.5400.480.02
HSL126.22º94.41%71.96%-
HSV(B)126.22º53.78%98.43%-
XYZ45.7374.3233.05-
YUV196.8490.2770.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.34%
GREEN value IS 251 (98.44% from 255) = 50.50%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=23.34%
G=50.50%
B=26.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162511300.5400.480.02126.2294.4171.96
Hex74FB823603027e5e48
Octal164373202660602176136110
Binary11101001111101110000010110110011000010111111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,251,130); }

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

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

 a { background-color: rgb(116,251,130); }

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

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

 span { border-color: rgb(116,251,130); }

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