Shades of Screamin' Green #52F072
Tints of Screamin' Green #52F072
RGB
CMYK
RGB Variations
Color information
#52F072 (or 0x52F072) is known color: Screamin' Green. HEX triplet: 52, F0 and 72. RGB value is (82,240,114). Sum of RGB (Red+Green+Blue) = 82+240+114=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #52F072 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F072 is #AD0F8D. Grayscale: #B2B2B2. Windows color (decimal): -11341710 or 7532626. OLE color: 7532626.
HSL color Cylindrical-coordinate representation of color #52F072: hue angle of 132.15º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F072 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 114 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.06 |
| HSL | 132.15º | 0.84% | 0.63% | - |
| HSV(B) | 132.15º | 0.66% | 0.94% | - |
| XYZ | 37.68 | 65.33 | 26.54 | - |
| YUV | 178.39 | 91.65 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 114 | 0.66 | 0 | 0.52 | 0.06 | 132.15 | 0.84 | 0.63 |
| Hex | 52 | F0 | 72 | 42 | 0 | 34 | 6 | 84 | 54 | 3F |
| Octal | 122 | 360 | 162 | 102 | 0 | 64 | 6 | 204 | 124 | 77 |
| Binary | 1010010 | 11110000 | 1110010 | 1000010 | 0 | 110100 | 110 | 10000100 | 1010100 | 111111 |
Color Harmonies of #52F072
Complementary color
Monochromatic Colors of #52F072
Black with #52F072
Text Example
Text Example
White with #52F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F072; }
p { color: rgb(82,240,114); }
H1.HeaderClassName
{
color: #52F072;
}
.AnyTagClassName
{
color: #52F072;
}
</style>
background-color css
<style>
a { background-color: #52F072; }
a { background-color: rgb(82,240,114); }
div.DivClassName
{
background-color: #52F072;
}
.BgClassName
{
background-color: #52F072;
}
</style>
border-color css
<style>
span { border-color: #52F072; }
span { border-color: rgb(82,240,114); }
td.TdClassName
{
border-color: #52F072;
}
.TagClassName
{
border-color: #52F072;
}
</style>