Shades of Screamin' Green #52FA64
Tints of Screamin' Green #52FA64
RGB
CMYK
RGB Variations
Color information
#52FA64 (or 0x52FA64) is known color: Screamin' Green. HEX triplet: 52, FA and 64. RGB value is (82,250,100). Sum of RGB (Red+Green+Blue) = 82+250+100=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FA64 is #AD059B. Grayscale: #B7B7B7. Windows color (decimal): -11339164 or 6617682. OLE color: 6617682.
HSL color Cylindrical-coordinate representation of color #52FA64: hue angle of 126.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FA64 is Cyan = 0.67, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 100 | - |
| CMYK | 0.67 | 0 | 0.6 | 0.02 |
| HSL | 126.43º | 0.94% | 0.65% | - |
| HSV(B) | 126.43º | 0.67% | 0.98% | - |
| XYZ | 39.97 | 71.09 | 23.67 | - |
| YUV | 182.67 | 81.34 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 100 | 0.67 | 0 | 0.6 | 0.02 | 126.43 | 0.94 | 0.65 |
| Hex | 52 | FA | 64 | 43 | 0 | 3C | 2 | 7E | 5E | 41 |
| Octal | 122 | 372 | 144 | 103 | 0 | 74 | 2 | 176 | 136 | 101 |
| Binary | 1010010 | 11111010 | 1100100 | 1000011 | 0 | 111100 | 10 | 1111110 | 1011110 | 1000001 |
Color Harmonies of #52FA64
Complementary color
Monochromatic Colors of #52FA64
Black with #52FA64
Text Example
Text Example
White with #52FA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA64; }
p { color: rgb(82,250,100); }
H1.HeaderClassName
{
color: #52FA64;
}
.AnyTagClassName
{
color: #52FA64;
}
</style>
background-color css
<style>
a { background-color: #52FA64; }
a { background-color: rgb(82,250,100); }
div.DivClassName
{
background-color: #52FA64;
}
.BgClassName
{
background-color: #52FA64;
}
</style>
border-color css
<style>
span { border-color: #52FA64; }
span { border-color: rgb(82,250,100); }
td.TdClassName
{
border-color: #52FA64;
}
.TagClassName
{
border-color: #52FA64;
}
</style>