#64FB80

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

Shades of Screamin' Green #64FB80

Tints of Screamin' Green #64FB80

Color information

#64FB80 (or 0x64FB80) is unknown color: approx Screamin' Green. HEX triplet: 64, FB and 80. RGB value is (100,251,128). Sum of RGB (Red+Green+Blue) = 100+251+128=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #64FB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FB80 is #9B047F. Grayscale: #C0C0C0. Windows color (decimal): -10159232 or 8452964. OLE color: 8452964.

HSL color Cylindrical-coordinate representation of color #64FB80: hue angle of 131.13º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FB80 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB100251128-
CMYK0.6000.490.02
HSL131.13º94.97%68.82%-
HSV(B)131.13º60.16%98.43%-
XYZ43.6573.2632.26-
YUV191.8391.9762.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.88%
GREEN value IS 251 (98.44% from 255) = 52.40%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=20.88%
G=52.40%
B=26.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002511280.6000.490.02131.1394.9768.82
Hex64FB803C0312835f45
Octal144373200740612203137105
Binary110010011111011100000001111000110001101000001110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64FB80; }

 p { color: rgb(100,251,128); }

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

<style>
 a { background-color: #64FB80; }

 a { background-color: rgb(100,251,128); }

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

<style>
 span { border-color: #64FB80; }

 span { border-color: rgb(100,251,128); }

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