Shades of Screamin' Green #52F276
Tints of Screamin' Green #52F276
RGB
CMYK
RGB Variations
Color information
#52F276 (or 0x52F276) is known color: Screamin' Green. HEX triplet: 52, F2 and 76. RGB value is (82,242,118). Sum of RGB (Red+Green+Blue) = 82+242+118=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #52F276 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F276 is #AD0D89. Grayscale: #B4B4B4. Windows color (decimal): -11341194 or 7795282. OLE color: 7795282.
HSL color Cylindrical-coordinate representation of color #52F276: hue angle of 133.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F276 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 118 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.05 |
| HSL | 133.5º | 0.86% | 0.64% | - |
| HSV(B) | 133.5º | 0.66% | 0.95% | - |
| XYZ | 38.5 | 66.61 | 27.97 | - |
| YUV | 180.02 | 92.99 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 118 | 0.66 | 0 | 0.51 | 0.05 | 133.5 | 0.86 | 0.64 |
| Hex | 52 | F2 | 76 | 42 | 0 | 33 | 5 | 86 | 56 | 40 |
| Octal | 122 | 362 | 166 | 102 | 0 | 63 | 5 | 206 | 126 | 100 |
| Binary | 1010010 | 11110010 | 1110110 | 1000010 | 0 | 110011 | 101 | 10000110 | 1010110 | 1000000 |
Color Harmonies of #52F276
Complementary color
Monochromatic Colors of #52F276
Black with #52F276
Text Example
Text Example
White with #52F276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F276; }
p { color: rgb(82,242,118); }
H1.HeaderClassName
{
color: #52F276;
}
.AnyTagClassName
{
color: #52F276;
}
</style>
background-color css
<style>
a { background-color: #52F276; }
a { background-color: rgb(82,242,118); }
div.DivClassName
{
background-color: #52F276;
}
.BgClassName
{
background-color: #52F276;
}
</style>
border-color css
<style>
span { border-color: #52F276; }
span { border-color: rgb(82,242,118); }
td.TdClassName
{
border-color: #52F276;
}
.TagClassName
{
border-color: #52F276;
}
</style>