Shades of Screamin' Green #52DF4E
Tints of Screamin' Green #52DF4E
RGB
CMYK
RGB Variations
Color information
#52DF4E (or 0x52DF4E) is known color: Screamin' Green. HEX triplet: 52, DF and 4E. RGB value is (82,223,78). Sum of RGB (Red+Green+Blue) = 82+223+78=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF4E is #AD20B1. Grayscale: #A4A4A4. Windows color (decimal): -11346098 or 5168978. OLE color: 5168978.
HSL color Cylindrical-coordinate representation of color #52DF4E: hue angle of 118.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52DF4E is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 78 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.13 |
| HSL | 118.34º | 0.69% | 0.59% | - |
| HSV(B) | 118.34º | 0.65% | 0.87% | - |
| XYZ | 31.24 | 55.12 | 16.2 | - |
| YUV | 164.31 | 79.29 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 78 | 0.63 | 0 | 0.65 | 0.13 | 118.34 | 0.69 | 0.59 |
| Hex | 52 | DF | 4E | 3F | 0 | 41 | D | 76 | 45 | 3B |
| Octal | 122 | 337 | 116 | 77 | 0 | 101 | 15 | 166 | 105 | 73 |
| Binary | 1010010 | 11011111 | 1001110 | 111111 | 0 | 1000001 | 1101 | 1110110 | 1000101 | 111011 |
Color Harmonies of #52DF4E
Complementary color
Monochromatic Colors of #52DF4E
Black with #52DF4E
Text Example
Text Example
White with #52DF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF4E; }
p { color: rgb(82,223,78); }
H1.HeaderClassName
{
color: #52DF4E;
}
.AnyTagClassName
{
color: #52DF4E;
}
</style>
background-color css
<style>
a { background-color: #52DF4E; }
a { background-color: rgb(82,223,78); }
div.DivClassName
{
background-color: #52DF4E;
}
.BgClassName
{
background-color: #52DF4E;
}
</style>
border-color css
<style>
span { border-color: #52DF4E; }
span { border-color: rgb(82,223,78); }
td.TdClassName
{
border-color: #52DF4E;
}
.TagClassName
{
border-color: #52DF4E;
}
</style>