Shades of Screamin' Green #64FF58
Tints of Screamin' Green #64FF58
RGB
CMYK
RGB Variations
Color information
#64FF58 (or 0x64FF58) is known color: Screamin' Green. HEX triplet: 64, FF and 58. RGB value is (100,255,88). Sum of RGB (Red+Green+Blue) = 100+255+88=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF58 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FF58 is #9B00A7. Grayscale: #BEBEBE. Windows color (decimal): -10158248 or 5832548. OLE color: 5832548.
HSL color Cylindrical-coordinate representation of color #64FF58: hue angle of 115.69º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64FF58 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 88 | - |
| CMYK | 0.61 | 0 | 0.65 | 0 |
| HSL | 115.69º | 1% | 0.67% | - |
| HSV(B) | 115.69º | 0.65% | 1% | - |
| XYZ | 42.78 | 74.93 | 21.44 | - |
| YUV | 189.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 88 | 0.61 | 0 | 0.65 | 0 | 115.69 | 1 | 0.67 |
| Hex | 64 | FF | 58 | 3D | 0 | 41 | 0 | 74 | 64 | 43 |
| Octal | 144 | 377 | 130 | 75 | 0 | 101 | 0 | 164 | 144 | 103 |
| Binary | 1100100 | 11111111 | 1011000 | 111101 | 0 | 1000001 | 0 | 1110100 | 1100100 | 1000011 |
Color Harmonies of #64FF58
Complementary color
Monochromatic Colors of #64FF58
Black with #64FF58
Text Example
Text Example
White with #64FF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF58; }
p { color: rgb(100,255,88); }
H1.HeaderClassName
{
color: #64FF58;
}
.AnyTagClassName
{
color: #64FF58;
}
</style>
background-color css
<style>
a { background-color: #64FF58; }
a { background-color: rgb(100,255,88); }
div.DivClassName
{
background-color: #64FF58;
}
.BgClassName
{
background-color: #64FF58;
}
</style>
border-color css
<style>
span { border-color: #64FF58; }
span { border-color: rgb(100,255,88); }
td.TdClassName
{
border-color: #64FF58;
}
.TagClassName
{
border-color: #64FF58;
}
</style>