Shades of Screamin' Green #52EF71
Tints of Screamin' Green #52EF71
RGB
CMYK
RGB Variations
Color information
#52EF71 (or 0x52EF71) is known color: Screamin' Green. HEX triplet: 52, EF and 71. RGB value is (82,239,113). Sum of RGB (Red+Green+Blue) = 82+239+113=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EF71 is #AD108E. Grayscale: #B2B2B2. Windows color (decimal): -11341967 or 7466834. OLE color: 7466834.
HSL color Cylindrical-coordinate representation of color #52EF71: hue angle of 131.85º 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 #52EF71 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 113 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.06 |
| HSL | 131.85º | 0.83% | 0.63% | - |
| HSV(B) | 131.85º | 0.66% | 0.94% | - |
| XYZ | 37.33 | 64.72 | 26.15 | - |
| YUV | 177.69 | 91.49 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 113 | 0.66 | 0 | 0.53 | 0.06 | 131.85 | 0.83 | 0.63 |
| Hex | 52 | EF | 71 | 42 | 0 | 35 | 6 | 84 | 53 | 3F |
| Octal | 122 | 357 | 161 | 102 | 0 | 65 | 6 | 204 | 123 | 77 |
| Binary | 1010010 | 11101111 | 1110001 | 1000010 | 0 | 110101 | 110 | 10000100 | 1010011 | 111111 |
Color Harmonies of #52EF71
Complementary color
Monochromatic Colors of #52EF71
Black with #52EF71
Text Example
Text Example
White with #52EF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF71; }
p { color: rgb(82,239,113); }
H1.HeaderClassName
{
color: #52EF71;
}
.AnyTagClassName
{
color: #52EF71;
}
</style>
background-color css
<style>
a { background-color: #52EF71; }
a { background-color: rgb(82,239,113); }
div.DivClassName
{
background-color: #52EF71;
}
.BgClassName
{
background-color: #52EF71;
}
</style>
border-color css
<style>
span { border-color: #52EF71; }
span { border-color: rgb(82,239,113); }
td.TdClassName
{
border-color: #52EF71;
}
.TagClassName
{
border-color: #52EF71;
}
</style>