Shades of Screamin' Green #52F373
Tints of Screamin' Green #52F373
RGB
CMYK
RGB Variations
Color information
#52F373 (or 0x52F373) is known color: Screamin' Green. HEX triplet: 52, F3 and 73. RGB value is (82,243,115). Sum of RGB (Red+Green+Blue) = 82+243+115=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #52F373 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F373 is #AD0C8C. Grayscale: #B4B4B4. Windows color (decimal): -11340941 or 7598930. OLE color: 7598930.
HSL color Cylindrical-coordinate representation of color #52F373: hue angle of 132.3º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F373 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 115 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.05 |
| HSL | 132.3º | 0.87% | 0.64% | - |
| HSV(B) | 132.3º | 0.66% | 0.95% | - |
| XYZ | 38.62 | 67.13 | 27.14 | - |
| YUV | 180.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 115 | 0.66 | 0 | 0.53 | 0.05 | 132.3 | 0.87 | 0.64 |
| Hex | 52 | F3 | 73 | 42 | 0 | 35 | 5 | 84 | 57 | 40 |
| Octal | 122 | 363 | 163 | 102 | 0 | 65 | 5 | 204 | 127 | 100 |
| Binary | 1010010 | 11110011 | 1110011 | 1000010 | 0 | 110101 | 101 | 10000100 | 1010111 | 1000000 |
Color Harmonies of #52F373
Complementary color
Monochromatic Colors of #52F373
Black with #52F373
Text Example
Text Example
White with #52F373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F373; }
p { color: rgb(82,243,115); }
H1.HeaderClassName
{
color: #52F373;
}
.AnyTagClassName
{
color: #52F373;
}
</style>
background-color css
<style>
a { background-color: #52F373; }
a { background-color: rgb(82,243,115); }
div.DivClassName
{
background-color: #52F373;
}
.BgClassName
{
background-color: #52F373;
}
</style>
border-color css
<style>
span { border-color: #52F373; }
span { border-color: rgb(82,243,115); }
td.TdClassName
{
border-color: #52F373;
}
.TagClassName
{
border-color: #52F373;
}
</style>