Shades of Screamin' Green #5EFC52
Tints of Screamin' Green #5EFC52
RGB
CMYK
RGB Variations
Color information
#5EFC52 (or 0x5EFC52) is known color: Screamin' Green. HEX triplet: 5E, FC and 52. RGB value is (94,252,82). Sum of RGB (Red+Green+Blue) = 94+252+82=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 252 (98.83% from 255 or 58.88% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFC52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5EFC52 is #A103AD. Grayscale: #B9B9B9. Windows color (decimal): -10552238 or 5438558. OLE color: 5438558.
HSL color Cylindrical-coordinate representation of color #5EFC52: hue angle of 115.76º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5EFC52 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 82 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.01 |
| HSL | 115.76º | 0.97% | 0.65% | - |
| HSV(B) | 115.76º | 0.67% | 0.99% | - |
| XYZ | 40.95 | 72.61 | 19.84 | - |
| YUV | 185.38 | 69.65 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 82 | 0.63 | 0 | 0.67 | 0.01 | 115.76 | 0.97 | 0.65 |
| Hex | 5E | FC | 52 | 3F | 0 | 43 | 1 | 74 | 61 | 41 |
| Octal | 136 | 374 | 122 | 77 | 0 | 103 | 1 | 164 | 141 | 101 |
| Binary | 1011110 | 11111100 | 1010010 | 111111 | 0 | 1000011 | 1 | 1110100 | 1100001 | 1000001 |
Color Harmonies of #5EFC52
Complementary color
Monochromatic Colors of #5EFC52
Black with #5EFC52
Text Example
Text Example
White with #5EFC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFC52; }
p { color: rgb(94,252,82); }
H1.HeaderClassName
{
color: #5EFC52;
}
.AnyTagClassName
{
color: #5EFC52;
}
</style>
background-color css
<style>
a { background-color: #5EFC52; }
a { background-color: rgb(94,252,82); }
div.DivClassName
{
background-color: #5EFC52;
}
.BgClassName
{
background-color: #5EFC52;
}
</style>
border-color css
<style>
span { border-color: #5EFC52; }
span { border-color: rgb(94,252,82); }
td.TdClassName
{
border-color: #5EFC52;
}
.TagClassName
{
border-color: #5EFC52;
}
</style>