Shades of Screamin' Green #64FF52
Tints of Screamin' Green #64FF52
RGB
CMYK
RGB Variations
Color information
#64FF52 (or 0x64FF52) is known color: Screamin' Green. HEX triplet: 64, FF and 52. RGB value is (100,255,82). Sum of RGB (Red+Green+Blue) = 100+255+82=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FF52 is #9B00AD. Grayscale: #BDBDBD. Windows color (decimal): -10158254 or 5439332. OLE color: 5439332.
HSL color Cylindrical-coordinate representation of color #64FF52: hue angle of 113.76º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64FF52 is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 255 | 82 | - |
| CMYK | 0.61 | 0 | 0.68 | 0 |
| HSL | 113.76º | 1% | 0.66% | - |
| HSV(B) | 113.76º | 0.68% | 1% | - |
| XYZ | 42.54 | 74.84 | 20.19 | - |
| YUV | 188.93 | 67.65 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 255 | 82 | 0.61 | 0 | 0.68 | 0 | 113.76 | 1 | 0.66 |
| Hex | 64 | FF | 52 | 3D | 0 | 44 | 0 | 72 | 64 | 42 |
| Octal | 144 | 377 | 122 | 75 | 0 | 104 | 0 | 162 | 144 | 102 |
| Binary | 1100100 | 11111111 | 1010010 | 111101 | 0 | 1000100 | 0 | 1110010 | 1100100 | 1000010 |
Color Harmonies of #64FF52
Complementary color
Monochromatic Colors of #64FF52
Black with #64FF52
Text Example
Text Example
White with #64FF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FF52; }
p { color: rgb(100,255,82); }
H1.HeaderClassName
{
color: #64FF52;
}
.AnyTagClassName
{
color: #64FF52;
}
</style>
background-color css
<style>
a { background-color: #64FF52; }
a { background-color: rgb(100,255,82); }
div.DivClassName
{
background-color: #64FF52;
}
.BgClassName
{
background-color: #64FF52;
}
</style>
border-color css
<style>
span { border-color: #64FF52; }
span { border-color: rgb(100,255,82); }
td.TdClassName
{
border-color: #64FF52;
}
.TagClassName
{
border-color: #64FF52;
}
</style>