Shades of Screamin' Green #64DE58
Tints of Screamin' Green #64DE58
RGB
CMYK
RGB Variations
Color information
#64DE58 (or 0x64DE58) is known color: Screamin' Green. HEX triplet: 64, DE and 58. RGB value is (100,222,88). Sum of RGB (Red+Green+Blue) = 100+222+88=410 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.39% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DE58 is #9B21A7. Grayscale: #AAAAAA. Windows color (decimal): -10166696 or 5824100. OLE color: 5824100.
HSL color Cylindrical-coordinate representation of color #64DE58: hue angle of 114.63º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DE58 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 222 | 88 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.13 |
| HSL | 114.63º | 0.67% | 0.61% | - |
| HSV(B) | 114.63º | 0.6% | 0.87% | - |
| XYZ | 33.14 | 55.66 | 18.23 | - |
| YUV | 170.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 222 | 88 | 0.55 | 0 | 0.60 | 0.13 | 114.63 | 0.67 | 0.61 |
| Hex | 64 | DE | 58 | 37 | 0 | 3C | D | 73 | 43 | 3D |
| Octal | 144 | 336 | 130 | 67 | 0 | 74 | 15 | 163 | 103 | 75 |
| Binary | 1100100 | 11011110 | 1011000 | 110111 | 0 | 111100 | 1101 | 1110011 | 1000011 | 111101 |
Color Harmonies of #64DE58
Complementary color
Monochromatic Colors of #64DE58
Black with #64DE58
Text Example
Text Example
White with #64DE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DE58; }
p { color: rgb(100,222,88); }
H1.HeaderClassName
{
color: #64DE58;
}
.AnyTagClassName
{
color: #64DE58;
}
</style>
background-color css
<style>
a { background-color: #64DE58; }
a { background-color: rgb(100,222,88); }
div.DivClassName
{
background-color: #64DE58;
}
.BgClassName
{
background-color: #64DE58;
}
</style>
border-color css
<style>
span { border-color: #64DE58; }
span { border-color: rgb(100,222,88); }
td.TdClassName
{
border-color: #64DE58;
}
.TagClassName
{
border-color: #64DE58;
}
</style>