Shades of Screamin' Green #52EF63
Tints of Screamin' Green #52EF63
RGB
CMYK
RGB Variations
Color information
#52EF63 (or 0x52EF63) is known color: Screamin' Green. HEX triplet: 52, EF and 63. RGB value is (82,239,99). Sum of RGB (Red+Green+Blue) = 82+239+99=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #52EF63 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EF63 is #AD109C. Grayscale: #B0B0B0. Windows color (decimal): -11341981 or 6549330. OLE color: 6549330.
HSL color Cylindrical-coordinate representation of color #52EF63: hue angle of 126.5º 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 #52EF63 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 99 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.06 |
| HSL | 126.5º | 0.83% | 0.63% | - |
| HSV(B) | 126.5º | 0.66% | 0.94% | - |
| XYZ | 36.6 | 64.43 | 22.31 | - |
| YUV | 176.1 | 84.49 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 99 | 0.66 | 0 | 0.59 | 0.06 | 126.5 | 0.83 | 0.63 |
| Hex | 52 | EF | 63 | 42 | 0 | 3B | 6 | 7E | 53 | 3F |
| Octal | 122 | 357 | 143 | 102 | 0 | 73 | 6 | 176 | 123 | 77 |
| Binary | 1010010 | 11101111 | 1100011 | 1000010 | 0 | 111011 | 110 | 1111110 | 1010011 | 111111 |
Color Harmonies of #52EF63
Complementary color
Monochromatic Colors of #52EF63
Black with #52EF63
Text Example
Text Example
White with #52EF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EF63; }
p { color: rgb(82,239,99); }
H1.HeaderClassName
{
color: #52EF63;
}
.AnyTagClassName
{
color: #52EF63;
}
</style>
background-color css
<style>
a { background-color: #52EF63; }
a { background-color: rgb(82,239,99); }
div.DivClassName
{
background-color: #52EF63;
}
.BgClassName
{
background-color: #52EF63;
}
</style>
border-color css
<style>
span { border-color: #52EF63; }
span { border-color: rgb(82,239,99); }
td.TdClassName
{
border-color: #52EF63;
}
.TagClassName
{
border-color: #52EF63;
}
</style>