Shades of Screamin' Green #52EA6E
Tints of Screamin' Green #52EA6E
RGB
CMYK
RGB Variations
Color information
#52EA6E (or 0x52EA6E) is known color: Screamin' Green. HEX triplet: 52, EA and 6E. RGB value is (82,234,110). Sum of RGB (Red+Green+Blue) = 82+234+110=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EA6E is #AD1591. Grayscale: #AEAEAE. Windows color (decimal): -11343250 or 7268946. OLE color: 7268946.
HSL color Cylindrical-coordinate representation of color #52EA6E: hue angle of 131.05º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EA6E is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 110 | - |
| CMYK | 0.65 | 0 | 0.53 | 0.08 |
| HSL | 131.05º | 0.78% | 0.62% | - |
| HSV(B) | 131.05º | 0.65% | 0.92% | - |
| XYZ | 35.72 | 61.77 | 24.79 | - |
| YUV | 174.42 | 91.64 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 110 | 0.65 | 0 | 0.53 | 0.08 | 131.05 | 0.78 | 0.62 |
| Hex | 52 | EA | 6E | 41 | 0 | 35 | 8 | 83 | 4E | 3E |
| Octal | 122 | 352 | 156 | 101 | 0 | 65 | 10 | 203 | 116 | 76 |
| Binary | 1010010 | 11101010 | 1101110 | 1000001 | 0 | 110101 | 1000 | 10000011 | 1001110 | 111110 |
Color Harmonies of #52EA6E
Complementary color
Monochromatic Colors of #52EA6E
Black with #52EA6E
Text Example
Text Example
White with #52EA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EA6E; }
p { color: rgb(82,234,110); }
H1.HeaderClassName
{
color: #52EA6E;
}
.AnyTagClassName
{
color: #52EA6E;
}
</style>
background-color css
<style>
a { background-color: #52EA6E; }
a { background-color: rgb(82,234,110); }
div.DivClassName
{
background-color: #52EA6E;
}
.BgClassName
{
background-color: #52EA6E;
}
</style>
border-color css
<style>
span { border-color: #52EA6E; }
span { border-color: rgb(82,234,110); }
td.TdClassName
{
border-color: #52EA6E;
}
.TagClassName
{
border-color: #52EA6E;
}
</style>