Shades of Screamin' Green #52F974
Tints of Screamin' Green #52F974
RGB
CMYK
RGB Variations
Color information
#52F974 (or 0x52F974) is known color: Screamin' Green. HEX triplet: 52, F9 and 74. RGB value is (82,249,116). Sum of RGB (Red+Green+Blue) = 82+249+116=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #52F974 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F974 is #AD068B. Grayscale: #B8B8B8. Windows color (decimal): -11339404 or 7666002. OLE color: 7666002.
HSL color Cylindrical-coordinate representation of color #52F974: hue angle of 132.22º 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 #52F974 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 116 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.02 |
| HSL | 132.22º | 0.93% | 0.65% | - |
| HSV(B) | 132.22º | 0.67% | 0.98% | - |
| XYZ | 40.51 | 70.81 | 28.05 | - |
| YUV | 183.91 | 89.67 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 116 | 0.67 | 0 | 0.53 | 0.02 | 132.22 | 0.93 | 0.65 |
| Hex | 52 | F9 | 74 | 43 | 0 | 35 | 2 | 84 | 5D | 41 |
| Octal | 122 | 371 | 164 | 103 | 0 | 65 | 2 | 204 | 135 | 101 |
| Binary | 1010010 | 11111001 | 1110100 | 1000011 | 0 | 110101 | 10 | 10000100 | 1011101 | 1000001 |
Color Harmonies of #52F974
Complementary color
Monochromatic Colors of #52F974
Black with #52F974
Text Example
Text Example
White with #52F974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F974; }
p { color: rgb(82,249,116); }
H1.HeaderClassName
{
color: #52F974;
}
.AnyTagClassName
{
color: #52F974;
}
</style>
background-color css
<style>
a { background-color: #52F974; }
a { background-color: rgb(82,249,116); }
div.DivClassName
{
background-color: #52F974;
}
.BgClassName
{
background-color: #52F974;
}
</style>
border-color css
<style>
span { border-color: #52F974; }
span { border-color: rgb(82,249,116); }
td.TdClassName
{
border-color: #52F974;
}
.TagClassName
{
border-color: #52F974;
}
</style>