Shades of Screamin' Green #64F64F
Tints of Screamin' Green #64F64F
RGB
CMYK
RGB Variations
Color information
#64F64F (or 0x64F64F) is known color: Screamin' Green. HEX triplet: 64, F6 and 4F. RGB value is (100,246,79). Sum of RGB (Red+Green+Blue) = 100+246+79=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #64F64F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F64F is #9B09B0. Grayscale: #B7B7B7. Windows color (decimal): -10160561 or 5240420. OLE color: 5240420.
HSL color Cylindrical-coordinate representation of color #64F64F: hue angle of 112.46º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64F64F is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 246 | 79 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.04 |
| HSL | 112.46º | 0.9% | 0.64% | - |
| HSV(B) | 112.46º | 0.68% | 0.96% | - |
| XYZ | 39.62 | 69.19 | 18.66 | - |
| YUV | 183.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 246 | 79 | 0.59 | 0 | 0.68 | 0.04 | 112.46 | 0.9 | 0.64 |
| Hex | 64 | F6 | 4F | 3B | 0 | 44 | 4 | 70 | 5A | 40 |
| Octal | 144 | 366 | 117 | 73 | 0 | 104 | 4 | 160 | 132 | 100 |
| Binary | 1100100 | 11110110 | 1001111 | 111011 | 0 | 1000100 | 100 | 1110000 | 1011010 | 1000000 |
Color Harmonies of #64F64F
Complementary color
Monochromatic Colors of #64F64F
Black with #64F64F
Text Example
Text Example
White with #64F64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F64F; }
p { color: rgb(100,246,79); }
H1.HeaderClassName
{
color: #64F64F;
}
.AnyTagClassName
{
color: #64F64F;
}
</style>
background-color css
<style>
a { background-color: #64F64F; }
a { background-color: rgb(100,246,79); }
div.DivClassName
{
background-color: #64F64F;
}
.BgClassName
{
background-color: #64F64F;
}
</style>
border-color css
<style>
span { border-color: #64F64F; }
span { border-color: rgb(100,246,79); }
td.TdClassName
{
border-color: #64F64F;
}
.TagClassName
{
border-color: #64F64F;
}
</style>