Shades of Screamin' Green #52F970
Tints of Screamin' Green #52F970
RGB
CMYK
RGB Variations
Color information
#52F970 (or 0x52F970) is known color: Screamin' Green. HEX triplet: 52, F9 and 70. RGB value is (82,249,112). Sum of RGB (Red+Green+Blue) = 82+249+112=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 249 (97.66% from 255 or 56.21% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 249 - color contains mainly: green. Hex color #52F970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F970 is #AD068F. Grayscale: #B7B7B7. Windows color (decimal): -11339408 or 7403858. OLE color: 7403858.
HSL color Cylindrical-coordinate representation of color #52F970: hue angle of 130.78º degrees, saturation: 0.93, 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 #52F970 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 112 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.02 |
| HSL | 130.78º | 0.93% | 0.65% | - |
| HSV(B) | 130.78º | 0.67% | 0.98% | - |
| XYZ | 40.28 | 70.72 | 26.86 | - |
| YUV | 183.45 | 87.67 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 112 | 0.67 | 0 | 0.55 | 0.02 | 130.78 | 0.93 | 0.65 |
| Hex | 52 | F9 | 70 | 43 | 0 | 37 | 2 | 83 | 5D | 41 |
| Octal | 122 | 371 | 160 | 103 | 0 | 67 | 2 | 203 | 135 | 101 |
| Binary | 1010010 | 11111001 | 1110000 | 1000011 | 0 | 110111 | 10 | 10000011 | 1011101 | 1000001 |
Color Harmonies of #52F970
Complementary color
Monochromatic Colors of #52F970
Black with #52F970
Text Example
Text Example
White with #52F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F970; }
p { color: rgb(82,249,112); }
H1.HeaderClassName
{
color: #52F970;
}
.AnyTagClassName
{
color: #52F970;
}
</style>
background-color css
<style>
a { background-color: #52F970; }
a { background-color: rgb(82,249,112); }
div.DivClassName
{
background-color: #52F970;
}
.BgClassName
{
background-color: #52F970;
}
</style>
border-color css
<style>
span { border-color: #52F970; }
span { border-color: rgb(82,249,112); }
td.TdClassName
{
border-color: #52F970;
}
.TagClassName
{
border-color: #52F970;
}
</style>