Shades of Screamin' Green #52F773
Tints of Screamin' Green #52F773
RGB
CMYK
RGB Variations
Color information
#52F773 (or 0x52F773) is known color: Screamin' Green. HEX triplet: 52, F7 and 73. RGB value is (82,247,115). Sum of RGB (Red+Green+Blue) = 82+247+115=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #52F773 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F773 is #AD088C. Grayscale: #B6B6B6. Windows color (decimal): -11339917 or 7599954. OLE color: 7599954.
HSL color Cylindrical-coordinate representation of color #52F773: hue angle of 132º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F773 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 115 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.03 |
| HSL | 132º | 0.91% | 0.65% | - |
| HSV(B) | 132º | 0.67% | 0.97% | - |
| XYZ | 39.83 | 69.55 | 27.55 | - |
| YUV | 182.62 | 89.84 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 115 | 0.67 | 0 | 0.53 | 0.03 | 132 | 0.91 | 0.65 |
| Hex | 52 | F7 | 73 | 43 | 0 | 35 | 3 | 84 | 5B | 41 |
| Octal | 122 | 367 | 163 | 103 | 0 | 65 | 3 | 204 | 133 | 101 |
| Binary | 1010010 | 11110111 | 1110011 | 1000011 | 0 | 110101 | 11 | 10000100 | 1011011 | 1000001 |
Color Harmonies of #52F773
Complementary color
Monochromatic Colors of #52F773
Black with #52F773
Text Example
Text Example
White with #52F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F773; }
p { color: rgb(82,247,115); }
H1.HeaderClassName
{
color: #52F773;
}
.AnyTagClassName
{
color: #52F773;
}
</style>
background-color css
<style>
a { background-color: #52F773; }
a { background-color: rgb(82,247,115); }
div.DivClassName
{
background-color: #52F773;
}
.BgClassName
{
background-color: #52F773;
}
</style>
border-color css
<style>
span { border-color: #52F773; }
span { border-color: rgb(82,247,115); }
td.TdClassName
{
border-color: #52F773;
}
.TagClassName
{
border-color: #52F773;
}
</style>