Shades of Screamin' Green #64FC76
Tints of Screamin' Green #64FC76
RGB
CMYK
RGB Variations
Color information
#64FC76 (or 0x64FC76) is known color: Screamin' Green. HEX triplet: 64, FC and 76. RGB value is (100,252,118). Sum of RGB (Red+Green+Blue) = 100+252+118=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #64FC76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FC76 is #9B0389. Grayscale: #BFBFBF. Windows color (decimal): -10158986 or 7797860. OLE color: 7797860.
HSL color Cylindrical-coordinate representation of color #64FC76: hue angle of 127.11º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FC76 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 252 | 118 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.01 |
| HSL | 127.11º | 0.96% | 0.69% | - |
| HSV(B) | 127.11º | 0.6% | 0.99% | - |
| XYZ | 43.34 | 73.64 | 29.07 | - |
| YUV | 191.28 | 86.64 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 252 | 118 | 0.60 | 0 | 0.53 | 0.01 | 127.11 | 0.96 | 0.69 |
| Hex | 64 | FC | 76 | 3C | 0 | 35 | 1 | 7F | 60 | 45 |
| Octal | 144 | 374 | 166 | 74 | 0 | 65 | 1 | 177 | 140 | 105 |
| Binary | 1100100 | 11111100 | 1110110 | 111100 | 0 | 110101 | 1 | 1111111 | 1100000 | 1000101 |
Color Harmonies of #64FC76
Complementary color
Monochromatic Colors of #64FC76
Black with #64FC76
Text Example
Text Example
White with #64FC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FC76; }
p { color: rgb(100,252,118); }
H1.HeaderClassName
{
color: #64FC76;
}
.AnyTagClassName
{
color: #64FC76;
}
</style>
background-color css
<style>
a { background-color: #64FC76; }
a { background-color: rgb(100,252,118); }
div.DivClassName
{
background-color: #64FC76;
}
.BgClassName
{
background-color: #64FC76;
}
</style>
border-color css
<style>
span { border-color: #64FC76; }
span { border-color: rgb(100,252,118); }
td.TdClassName
{
border-color: #64FC76;
}
.TagClassName
{
border-color: #64FC76;
}
</style>