Shades of Bright Green #5EDC0B
Tints of Bright Green #5EDC0B
RGB
CMYK
RGB Variations
Color information
#5EDC0B (or 0x5EDC0B) is known color: Bright Green. HEX triplet: 5E, DC and 0B. RGB value is (94,220,11). Sum of RGB (Red+Green+Blue) = 94+220+11=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDC0B is #A123F4. Grayscale: #9F9F9F. Windows color (decimal): -10560501 or 777310. OLE color: 777310.
HSL color Cylindrical-coordinate representation of color #5EDC0B: hue angle of 96.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EDC0B is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 11 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.14 |
| HSL | 96.17º | 0.9% | 0.45% | - |
| HSV(B) | 96.17º | 0.95% | 0.86% | - |
| XYZ | 30.27 | 53.59 | 9.07 | - |
| YUV | 158.5 | 44.76 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 11 | 0.57 | 0 | 0.95 | 0.14 | 96.17 | 0.9 | 0.45 |
| Hex | 5E | DC | B | 39 | 0 | 5F | E | 60 | 5A | 2D |
| Octal | 136 | 334 | 13 | 71 | 0 | 137 | 16 | 140 | 132 | 55 |
| Binary | 1011110 | 11011100 | 1011 | 111001 | 0 | 1011111 | 1110 | 1100000 | 1011010 | 101101 |
Color Harmonies of #5EDC0B
Complementary color
Monochromatic Colors of #5EDC0B
Black with #5EDC0B
Text Example
Text Example
White with #5EDC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDC0B; }
p { color: rgb(94,220,11); }
H1.HeaderClassName
{
color: #5EDC0B;
}
.AnyTagClassName
{
color: #5EDC0B;
}
</style>
background-color css
<style>
a { background-color: #5EDC0B; }
a { background-color: rgb(94,220,11); }
div.DivClassName
{
background-color: #5EDC0B;
}
.BgClassName
{
background-color: #5EDC0B;
}
</style>
border-color css
<style>
span { border-color: #5EDC0B; }
span { border-color: rgb(94,220,11); }
td.TdClassName
{
border-color: #5EDC0B;
}
.TagClassName
{
border-color: #5EDC0B;
}
</style>