Shades of Bright Green #5EFF06
Tints of Bright Green #5EFF06
RGB
CMYK
RGB Variations
Color information
#5EFF06 (or 0x5EFF06) is known color: Bright Green. HEX triplet: 5E, FF and 06. RGB value is (94,255,6). Sum of RGB (Red+Green+Blue) = 94+255+6=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFF06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5EFF06 is #A100F9. Grayscale: #B3B3B3. Windows color (decimal): -10551546 or 458590. OLE color: 458590.
HSL color Cylindrical-coordinate representation of color #5EFF06: hue angle of 98.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5EFF06 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 6 | - |
| CMYK | 0.63 | 0 | 0.98 | 0 |
| HSL | 98.8º | 1% | 0.51% | - |
| HSV(B) | 98.8º | 0.98% | 1% | - |
| XYZ | 40.41 | 73.91 | 12.31 | - |
| YUV | 178.48 | 30.66 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 6 | 0.63 | 0 | 0.98 | 0 | 98.8 | 1 | 0.51 |
| Hex | 5E | FF | 6 | 3F | 0 | 62 | 0 | 63 | 64 | 33 |
| Octal | 136 | 377 | 6 | 77 | 0 | 142 | 0 | 143 | 144 | 63 |
| Binary | 1011110 | 11111111 | 110 | 111111 | 0 | 1100010 | 0 | 1100011 | 1100100 | 110011 |
Color Harmonies of #5EFF06
Complementary color
Monochromatic Colors of #5EFF06
Black with #5EFF06
Text Example
Text Example
White with #5EFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFF06; }
p { color: rgb(94,255,6); }
H1.HeaderClassName
{
color: #5EFF06;
}
.AnyTagClassName
{
color: #5EFF06;
}
</style>
background-color css
<style>
a { background-color: #5EFF06; }
a { background-color: rgb(94,255,6); }
div.DivClassName
{
background-color: #5EFF06;
}
.BgClassName
{
background-color: #5EFF06;
}
</style>
border-color css
<style>
span { border-color: #5EFF06; }
span { border-color: rgb(94,255,6); }
td.TdClassName
{
border-color: #5EFF06;
}
.TagClassName
{
border-color: #5EFF06;
}
</style>