Shades of Screamin' Green #52F270
Tints of Screamin' Green #52F270
RGB
CMYK
RGB Variations
Color information
#52F270 (or 0x52F270) is known color: Screamin' Green. HEX triplet: 52, F2 and 70. RGB value is (82,242,112). Sum of RGB (Red+Green+Blue) = 82+242+112=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #52F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F270 is #AD0D8F. Grayscale: #B3B3B3. Windows color (decimal): -11341200 or 7402066. OLE color: 7402066.
HSL color Cylindrical-coordinate representation of color #52F270: hue angle of 131.25º 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 #52F270 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 112 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.05 |
| HSL | 131.25º | 0.86% | 0.64% | - |
| HSV(B) | 131.25º | 0.66% | 0.95% | - |
| XYZ | 38.16 | 66.47 | 26.15 | - |
| YUV | 179.34 | 89.99 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 112 | 0.66 | 0 | 0.54 | 0.05 | 131.25 | 0.86 | 0.64 |
| Hex | 52 | F2 | 70 | 42 | 0 | 36 | 5 | 83 | 56 | 40 |
| Octal | 122 | 362 | 160 | 102 | 0 | 66 | 5 | 203 | 126 | 100 |
| Binary | 1010010 | 11110010 | 1110000 | 1000010 | 0 | 110110 | 101 | 10000011 | 1010110 | 1000000 |
Color Harmonies of #52F270
Complementary color
Monochromatic Colors of #52F270
Black with #52F270
Text Example
Text Example
White with #52F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F270; }
p { color: rgb(82,242,112); }
H1.HeaderClassName
{
color: #52F270;
}
.AnyTagClassName
{
color: #52F270;
}
</style>
background-color css
<style>
a { background-color: #52F270; }
a { background-color: rgb(82,242,112); }
div.DivClassName
{
background-color: #52F270;
}
.BgClassName
{
background-color: #52F270;
}
</style>
border-color css
<style>
span { border-color: #52F270; }
span { border-color: rgb(82,242,112); }
td.TdClassName
{
border-color: #52F270;
}
.TagClassName
{
border-color: #52F270;
}
</style>