Shades of Bright Green #5EDF0B
Tints of Bright Green #5EDF0B
RGB
CMYK
RGB Variations
Color information
#5EDF0B (or 0x5EDF0B) is known color: Bright Green. HEX triplet: 5E, DF and 0B. RGB value is (94,223,11). Sum of RGB (Red+Green+Blue) = 94+223+11=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 223 (87.5% from 255 or 67.99% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5EDF0B is #A120F4. Grayscale: #A0A0A0. Windows color (decimal): -10559733 or 778078. OLE color: 778078.
HSL color Cylindrical-coordinate representation of color #5EDF0B: hue angle of 96.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EDF0B is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 11 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.13 |
| HSL | 96.51º | 0.91% | 0.46% | - |
| HSV(B) | 96.51º | 0.95% | 0.87% | - |
| XYZ | 31.06 | 55.18 | 9.33 | - |
| YUV | 160.26 | 43.76 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 11 | 0.58 | 0 | 0.95 | 0.13 | 96.51 | 0.91 | 0.46 |
| Hex | 5E | DF | B | 3A | 0 | 5F | D | 61 | 5B | 2E |
| Octal | 136 | 337 | 13 | 72 | 0 | 137 | 15 | 141 | 133 | 56 |
| Binary | 1011110 | 11011111 | 1011 | 111010 | 0 | 1011111 | 1101 | 1100001 | 1011011 | 101110 |
Color Harmonies of #5EDF0B
Complementary color
Monochromatic Colors of #5EDF0B
Black with #5EDF0B
Text Example
Text Example
White with #5EDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF0B; }
p { color: rgb(94,223,11); }
H1.HeaderClassName
{
color: #5EDF0B;
}
.AnyTagClassName
{
color: #5EDF0B;
}
</style>
background-color css
<style>
a { background-color: #5EDF0B; }
a { background-color: rgb(94,223,11); }
div.DivClassName
{
background-color: #5EDF0B;
}
.BgClassName
{
background-color: #5EDF0B;
}
</style>
border-color css
<style>
span { border-color: #5EDF0B; }
span { border-color: rgb(94,223,11); }
td.TdClassName
{
border-color: #5EDF0B;
}
.TagClassName
{
border-color: #5EDF0B;
}
</style>