Shades of Screamin' Green #52DF5C
Tints of Screamin' Green #52DF5C
RGB
CMYK
RGB Variations
Color information
#52DF5C (or 0x52DF5C) is known color: Screamin' Green. HEX triplet: 52, DF and 5C. RGB value is (82,223,92). Sum of RGB (Red+Green+Blue) = 82+223+92=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 223 (87.5% from 255 or 56.17% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF5C is #AD20A3. Grayscale: #A6A6A6. Windows color (decimal): -11346084 or 6086482. OLE color: 6086482.
HSL color Cylindrical-coordinate representation of color #52DF5C: hue angle of 124.26º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF5C is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 92 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.13 |
| HSL | 124.26º | 0.69% | 0.6% | - |
| HSV(B) | 124.26º | 0.63% | 0.87% | - |
| XYZ | 31.8 | 55.34 | 19.13 | - |
| YUV | 165.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 92 | 0.63 | 0 | 0.59 | 0.13 | 124.26 | 0.69 | 0.6 |
| Hex | 52 | DF | 5C | 3F | 0 | 3B | D | 7C | 45 | 3C |
| Octal | 122 | 337 | 134 | 77 | 0 | 73 | 15 | 174 | 105 | 74 |
| Binary | 1010010 | 11011111 | 1011100 | 111111 | 0 | 111011 | 1101 | 1111100 | 1000101 | 111100 |
Color Harmonies of #52DF5C
Complementary color
Monochromatic Colors of #52DF5C
Black with #52DF5C
Text Example
Text Example
White with #52DF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF5C; }
p { color: rgb(82,223,92); }
H1.HeaderClassName
{
color: #52DF5C;
}
.AnyTagClassName
{
color: #52DF5C;
}
</style>
background-color css
<style>
a { background-color: #52DF5C; }
a { background-color: rgb(82,223,92); }
div.DivClassName
{
background-color: #52DF5C;
}
.BgClassName
{
background-color: #52DF5C;
}
</style>
border-color css
<style>
span { border-color: #52DF5C; }
span { border-color: rgb(82,223,92); }
td.TdClassName
{
border-color: #52DF5C;
}
.TagClassName
{
border-color: #52DF5C;
}
</style>