Shades of Screamin' Green #64FE60
Tints of Screamin' Green #64FE60
RGB
CMYK
RGB Variations
Color information
#64FE60 (or 0x64FE60) is known color: Screamin' Green. HEX triplet: 64, FE and 60. RGB value is (100,254,96). Sum of RGB (Red+Green+Blue) = 100+254+96=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 254 (99.61% from 255 or 56.44% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FE60 is #9B019F. Grayscale: #BEBEBE. Windows color (decimal): -10158496 or 6356580. OLE color: 6356580.
HSL color Cylindrical-coordinate representation of color #64FE60: hue angle of 118.48º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64FE60 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 254 | 96 | - |
| CMYK | 0.61 | 0 | 0.62 | 0.00 |
| HSL | 118.48º | 0.99% | 0.69% | - |
| HSV(B) | 118.48º | 0.62% | 1% | - |
| XYZ | 42.81 | 74.44 | 23.18 | - |
| YUV | 189.94 | 74.98 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 254 | 96 | 0.61 | 0 | 0.62 | 0.00 | 118.48 | 0.99 | 0.69 |
| Hex | 64 | FE | 60 | 3D | 0 | 3E | 0 | 76 | 63 | 45 |
| Octal | 144 | 376 | 140 | 75 | 0 | 76 | 0 | 166 | 143 | 105 |
| Binary | 1100100 | 11111110 | 1100000 | 111101 | 0 | 111110 | 0 | 1110110 | 1100011 | 1000101 |
Color Harmonies of #64FE60
Complementary color
Monochromatic Colors of #64FE60
Black with #64FE60
Text Example
Text Example
White with #64FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FE60; }
p { color: rgb(100,254,96); }
H1.HeaderClassName
{
color: #64FE60;
}
.AnyTagClassName
{
color: #64FE60;
}
</style>
background-color css
<style>
a { background-color: #64FE60; }
a { background-color: rgb(100,254,96); }
div.DivClassName
{
background-color: #64FE60;
}
.BgClassName
{
background-color: #64FE60;
}
</style>
border-color css
<style>
span { border-color: #64FE60; }
span { border-color: rgb(100,254,96); }
td.TdClassName
{
border-color: #64FE60;
}
.TagClassName
{
border-color: #64FE60;
}
</style>