Shades of Screamin' Green #52FA66
Tints of Screamin' Green #52FA66
RGB
CMYK
RGB Variations
Color information
#52FA66 (or 0x52FA66) is known color: Screamin' Green. HEX triplet: 52, FA and 66. RGB value is (82,250,102). Sum of RGB (Red+Green+Blue) = 82+250+102=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #52FA66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52FA66 is #AD0599. Grayscale: #B7B7B7. Windows color (decimal): -11339162 or 6748754. OLE color: 6748754.
HSL color Cylindrical-coordinate representation of color #52FA66: hue angle of 127.14º 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 #52FA66 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 250 | 102 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.02 |
| HSL | 127.14º | 0.94% | 0.65% | - |
| HSV(B) | 127.14º | 0.67% | 0.98% | - |
| XYZ | 40.06 | 71.12 | 24.19 | - |
| YUV | 182.9 | 82.34 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 250 | 102 | 0.67 | 0 | 0.59 | 0.02 | 127.14 | 0.94 | 0.65 |
| Hex | 52 | FA | 66 | 43 | 0 | 3B | 2 | 7F | 5E | 41 |
| Octal | 122 | 372 | 146 | 103 | 0 | 73 | 2 | 177 | 136 | 101 |
| Binary | 1010010 | 11111010 | 1100110 | 1000011 | 0 | 111011 | 10 | 1111111 | 1011110 | 1000001 |
Color Harmonies of #52FA66
Complementary color
Monochromatic Colors of #52FA66
Black with #52FA66
Text Example
Text Example
White with #52FA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FA66; }
p { color: rgb(82,250,102); }
H1.HeaderClassName
{
color: #52FA66;
}
.AnyTagClassName
{
color: #52FA66;
}
</style>
background-color css
<style>
a { background-color: #52FA66; }
a { background-color: rgb(82,250,102); }
div.DivClassName
{
background-color: #52FA66;
}
.BgClassName
{
background-color: #52FA66;
}
</style>
border-color css
<style>
span { border-color: #52FA66; }
span { border-color: rgb(82,250,102); }
td.TdClassName
{
border-color: #52FA66;
}
.TagClassName
{
border-color: #52FA66;
}
</style>