Shades of Screamin' Green #64F96D
Tints of Screamin' Green #64F96D
RGB
CMYK
RGB Variations
Color information
#64F96D (or 0x64F96D) is known color: Screamin' Green. HEX triplet: 64, F9 and 6D. RGB value is (100,249,109). Sum of RGB (Red+Green+Blue) = 100+249+109=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #64F96D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64F96D is #9B0692. Grayscale: #BCBCBC. Windows color (decimal): -10159763 or 7207268. OLE color: 7207268.
HSL color Cylindrical-coordinate representation of color #64F96D: hue angle of 123.62º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F96D is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 249 | 109 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.02 |
| HSL | 123.62º | 0.93% | 0.68% | - |
| HSV(B) | 123.62º | 0.6% | 0.98% | - |
| XYZ | 41.89 | 71.56 | 26.07 | - |
| YUV | 188.49 | 83.14 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 249 | 109 | 0.60 | 0 | 0.56 | 0.02 | 123.62 | 0.93 | 0.68 |
| Hex | 64 | F9 | 6D | 3C | 0 | 38 | 2 | 7C | 5D | 44 |
| Octal | 144 | 371 | 155 | 74 | 0 | 70 | 2 | 174 | 135 | 104 |
| Binary | 1100100 | 11111001 | 1101101 | 111100 | 0 | 111000 | 10 | 1111100 | 1011101 | 1000100 |
Color Harmonies of #64F96D
Complementary color
Monochromatic Colors of #64F96D
Black with #64F96D
Text Example
Text Example
White with #64F96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64F96D; }
p { color: rgb(100,249,109); }
H1.HeaderClassName
{
color: #64F96D;
}
.AnyTagClassName
{
color: #64F96D;
}
</style>
background-color css
<style>
a { background-color: #64F96D; }
a { background-color: rgb(100,249,109); }
div.DivClassName
{
background-color: #64F96D;
}
.BgClassName
{
background-color: #64F96D;
}
</style>
border-color css
<style>
span { border-color: #64F96D; }
span { border-color: rgb(100,249,109); }
td.TdClassName
{
border-color: #64F96D;
}
.TagClassName
{
border-color: #64F96D;
}
</style>