Shades of Screamin' Green #52F848
Tints of Screamin' Green #52F848
RGB
CMYK
RGB Variations
Color information
#52F848 (or 0x52F848) is known color: Screamin' Green. HEX triplet: 52, F8 and 48. RGB value is (82,248,72). Sum of RGB (Red+Green+Blue) = 82+248+72=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 248 (97.27% from 255 or 61.69% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 248 - color contains mainly: green. Hex color #52F848 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F848 is #AD07B7. Grayscale: #B2B2B2. Windows color (decimal): -11339704 or 4782162. OLE color: 4782162.
HSL color Cylindrical-coordinate representation of color #52F848: hue angle of 116.59º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52F848 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 72 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.03 |
| HSL | 116.59º | 0.93% | 0.63% | - |
| HSV(B) | 116.59º | 0.71% | 0.97% | - |
| XYZ | 38.22 | 69.4 | 17.51 | - |
| YUV | 178.3 | 68 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 72 | 0.67 | 0 | 0.71 | 0.03 | 116.59 | 0.93 | 0.63 |
| Hex | 52 | F8 | 48 | 43 | 0 | 47 | 3 | 75 | 5D | 3F |
| Octal | 122 | 370 | 110 | 103 | 0 | 107 | 3 | 165 | 135 | 77 |
| Binary | 1010010 | 11111000 | 1001000 | 1000011 | 0 | 1000111 | 11 | 1110101 | 1011101 | 111111 |
Color Harmonies of #52F848
Complementary color
Monochromatic Colors of #52F848
Black with #52F848
Text Example
Text Example
White with #52F848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F848; }
p { color: rgb(82,248,72); }
H1.HeaderClassName
{
color: #52F848;
}
.AnyTagClassName
{
color: #52F848;
}
</style>
background-color css
<style>
a { background-color: #52F848; }
a { background-color: rgb(82,248,72); }
div.DivClassName
{
background-color: #52F848;
}
.BgClassName
{
background-color: #52F848;
}
</style>
border-color css
<style>
span { border-color: #52F848; }
span { border-color: rgb(82,248,72); }
td.TdClassName
{
border-color: #52F848;
}
.TagClassName
{
border-color: #52F848;
}
</style>