Shades of Screamin' Green #52EF55
Tints of Screamin' Green #52EF55
RGB
CMYK
RGB Variations
Color information
#52EF55 (or 0x52EF55) is known color: Screamin' Green. HEX triplet: 52, EF and 55. RGB value is (82,239,85). Sum of RGB (Red+Green+Blue) = 82+239+85=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 239 (93.75% from 255 or 58.87% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF55 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EF55 is #AD10AA. Grayscale: #AEAEAE. Windows color (decimal): -11341995 or 5631826. OLE color: 5631826.
HSL color Cylindrical-coordinate representation of color #52EF55: hue angle of 121.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EF55 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 85 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.06 |
| HSL | 121.15º | 0.83% | 0.63% | - |
| HSV(B) | 121.15º | 0.66% | 0.94% | - |
| XYZ | 35.99 | 64.18 | 19.09 | - |
| YUV | 174.5 | 77.49 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 85 | 0.66 | 0 | 0.64 | 0.06 | 121.15 | 0.83 | 0.63 |
| Hex | 52 | EF | 55 | 42 | 0 | 40 | 6 | 79 | 53 | 3F |
| Octal | 122 | 357 | 125 | 102 | 0 | 100 | 6 | 171 | 123 | 77 |
| Binary | 1010010 | 11101111 | 1010101 | 1000010 | 0 | 1000000 | 110 | 1111001 | 1010011 | 111111 |
Color Harmonies of #52EF55
Complementary color
Monochromatic Colors of #52EF55
Black with #52EF55
Text Example
Text Example
White with #52EF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF55; }
p { color: rgb(82,239,85); }
H1.HeaderClassName
{
color: #52EF55;
}
.AnyTagClassName
{
color: #52EF55;
}
</style>
background-color css
<style>
a { background-color: #52EF55; }
a { background-color: rgb(82,239,85); }
div.DivClassName
{
background-color: #52EF55;
}
.BgClassName
{
background-color: #52EF55;
}
</style>
border-color css
<style>
span { border-color: #52EF55; }
span { border-color: rgb(82,239,85); }
td.TdClassName
{
border-color: #52EF55;
}
.TagClassName
{
border-color: #52EF55;
}
</style>