Shades of Screamin' Green #5EFB72
Tints of Screamin' Green #5EFB72
RGB
CMYK
RGB Variations
Color information
#5EFB72 (or 0x5EFB72) is known color: Screamin' Green. HEX triplet: 5E, FB and 72. RGB value is (94,251,114). Sum of RGB (Red+Green+Blue) = 94+251+114=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #5EFB72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5EFB72 is #A1048D. Grayscale: #BCBCBC. Windows color (decimal): -10552462 or 7535454. OLE color: 7535454.
HSL color Cylindrical-coordinate representation of color #5EFB72: hue angle of 127.64º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFB72 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 251 | 114 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.02 |
| HSL | 127.64º | 0.95% | 0.68% | - |
| HSV(B) | 127.64º | 0.63% | 0.98% | - |
| XYZ | 42.15 | 72.59 | 27.71 | - |
| YUV | 188.44 | 85.99 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 251 | 114 | 0.63 | 0 | 0.55 | 0.02 | 127.64 | 0.95 | 0.68 |
| Hex | 5E | FB | 72 | 3F | 0 | 37 | 2 | 80 | 5F | 44 |
| Octal | 136 | 373 | 162 | 77 | 0 | 67 | 2 | 200 | 137 | 104 |
| Binary | 1011110 | 11111011 | 1110010 | 111111 | 0 | 110111 | 10 | 10000000 | 1011111 | 1000100 |
Color Harmonies of #5EFB72
Complementary color
Monochromatic Colors of #5EFB72
Black with #5EFB72
Text Example
Text Example
White with #5EFB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFB72; }
p { color: rgb(94,251,114); }
H1.HeaderClassName
{
color: #5EFB72;
}
.AnyTagClassName
{
color: #5EFB72;
}
</style>
background-color css
<style>
a { background-color: #5EFB72; }
a { background-color: rgb(94,251,114); }
div.DivClassName
{
background-color: #5EFB72;
}
.BgClassName
{
background-color: #5EFB72;
}
</style>
border-color css
<style>
span { border-color: #5EFB72; }
span { border-color: rgb(94,251,114); }
td.TdClassName
{
border-color: #5EFB72;
}
.TagClassName
{
border-color: #5EFB72;
}
</style>