Shades of Screamin' Green #52F963
Tints of Screamin' Green #52F963
RGB
CMYK
RGB Variations
Color information
#52F963 (or 0x52F963) is known color: Screamin' Green. HEX triplet: 52, F9 and 63. RGB value is (82,249,99). Sum of RGB (Red+Green+Blue) = 82+249+99=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #52F963 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F963 is #AD069C. Grayscale: #B6B6B6. Windows color (decimal): -11339421 or 6551890. OLE color: 6551890.
HSL color Cylindrical-coordinate representation of color #52F963: hue angle of 126.11º 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 #52F963 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 99 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.02 |
| HSL | 126.11º | 0.93% | 0.65% | - |
| HSV(B) | 126.11º | 0.67% | 0.98% | - |
| XYZ | 39.61 | 70.45 | 23.31 | - |
| YUV | 181.97 | 81.17 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 99 | 0.67 | 0 | 0.60 | 0.02 | 126.11 | 0.93 | 0.65 |
| Hex | 52 | F9 | 63 | 43 | 0 | 3C | 2 | 7E | 5D | 41 |
| Octal | 122 | 371 | 143 | 103 | 0 | 74 | 2 | 176 | 135 | 101 |
| Binary | 1010010 | 11111001 | 1100011 | 1000011 | 0 | 111100 | 10 | 1111110 | 1011101 | 1000001 |
Color Harmonies of #52F963
Complementary color
Monochromatic Colors of #52F963
Black with #52F963
Text Example
Text Example
White with #52F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F963; }
p { color: rgb(82,249,99); }
H1.HeaderClassName
{
color: #52F963;
}
.AnyTagClassName
{
color: #52F963;
}
</style>
background-color css
<style>
a { background-color: #52F963; }
a { background-color: rgb(82,249,99); }
div.DivClassName
{
background-color: #52F963;
}
.BgClassName
{
background-color: #52F963;
}
</style>
border-color css
<style>
span { border-color: #52F963; }
span { border-color: rgb(82,249,99); }
td.TdClassName
{
border-color: #52F963;
}
.TagClassName
{
border-color: #52F963;
}
</style>