Shades of Screamin' Green #52EF77
Tints of Screamin' Green #52EF77
RGB
CMYK
RGB Variations
Color information
#52EF77 (or 0x52EF77) is known color: Screamin' Green. HEX triplet: 52, EF and 77. RGB value is (82,239,119). Sum of RGB (Red+Green+Blue) = 82+239+119=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EF77 is #AD1088. Grayscale: #B2B2B2. Windows color (decimal): -11341961 or 7860050. OLE color: 7860050.
HSL color Cylindrical-coordinate representation of color #52EF77: hue angle of 134.14º 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 #52EF77 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 119 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.06 |
| HSL | 134.14º | 0.83% | 0.63% | - |
| HSV(B) | 134.14º | 0.66% | 0.94% | - |
| XYZ | 37.68 | 64.86 | 27.99 | - |
| YUV | 178.38 | 94.49 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 119 | 0.66 | 0 | 0.50 | 0.06 | 134.14 | 0.83 | 0.63 |
| Hex | 52 | EF | 77 | 42 | 0 | 32 | 6 | 86 | 53 | 3F |
| Octal | 122 | 357 | 167 | 102 | 0 | 62 | 6 | 206 | 123 | 77 |
| Binary | 1010010 | 11101111 | 1110111 | 1000010 | 0 | 110010 | 110 | 10000110 | 1010011 | 111111 |
Color Harmonies of #52EF77
Complementary color
Monochromatic Colors of #52EF77
Black with #52EF77
Text Example
Text Example
White with #52EF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF77; }
p { color: rgb(82,239,119); }
H1.HeaderClassName
{
color: #52EF77;
}
.AnyTagClassName
{
color: #52EF77;
}
</style>
background-color css
<style>
a { background-color: #52EF77; }
a { background-color: rgb(82,239,119); }
div.DivClassName
{
background-color: #52EF77;
}
.BgClassName
{
background-color: #52EF77;
}
</style>
border-color css
<style>
span { border-color: #52EF77; }
span { border-color: rgb(82,239,119); }
td.TdClassName
{
border-color: #52EF77;
}
.TagClassName
{
border-color: #52EF77;
}
</style>