Shades of Screamin' Green #64FD52
Tints of Screamin' Green #64FD52
RGB
CMYK
RGB Variations
Color information
#64FD52 (or 0x64FD52) is known color: Screamin' Green. HEX triplet: 64, FD and 52. RGB value is (100,253,82). Sum of RGB (Red+Green+Blue) = 100+253+82=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 253 (99.22% from 255 or 58.16% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 253 - color contains mainly: green. Hex color #64FD52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64FD52 is #9B02AD. Grayscale: #BCBCBC. Windows color (decimal): -10158766 or 5438820. OLE color: 5438820.
HSL color Cylindrical-coordinate representation of color #64FD52: hue angle of 113.68º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64FD52 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 253 | 82 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.01 |
| HSL | 113.68º | 0.98% | 0.66% | - |
| HSV(B) | 113.68º | 0.68% | 0.99% | - |
| XYZ | 41.9 | 73.57 | 19.97 | - |
| YUV | 187.76 | 68.31 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 253 | 82 | 0.60 | 0 | 0.68 | 0.01 | 113.68 | 0.98 | 0.66 |
| Hex | 64 | FD | 52 | 3C | 0 | 44 | 1 | 72 | 62 | 42 |
| Octal | 144 | 375 | 122 | 74 | 0 | 104 | 1 | 162 | 142 | 102 |
| Binary | 1100100 | 11111101 | 1010010 | 111100 | 0 | 1000100 | 1 | 1110010 | 1100010 | 1000010 |
Color Harmonies of #64FD52
Complementary color
Monochromatic Colors of #64FD52
Black with #64FD52
Text Example
Text Example
White with #64FD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64FD52; }
p { color: rgb(100,253,82); }
H1.HeaderClassName
{
color: #64FD52;
}
.AnyTagClassName
{
color: #64FD52;
}
</style>
background-color css
<style>
a { background-color: #64FD52; }
a { background-color: rgb(100,253,82); }
div.DivClassName
{
background-color: #64FD52;
}
.BgClassName
{
background-color: #64FD52;
}
</style>
border-color css
<style>
span { border-color: #64FD52; }
span { border-color: rgb(100,253,82); }
td.TdClassName
{
border-color: #64FD52;
}
.TagClassName
{
border-color: #64FD52;
}
</style>