Shades of Bright Green #5AFE06
Tints of Bright Green #5AFE06
RGB
CMYK
RGB Variations
Color information
#5AFE06 (or 0x5AFE06) is known color: Bright Green. HEX triplet: 5A, FE and 06. RGB value is (90,254,6). Sum of RGB (Red+Green+Blue) = 90+254+6=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 254 (99.61% from 255 or 72.57% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFE06 is #A501F9. Grayscale: #B1B1B1. Windows color (decimal): -10813946 or 458330. OLE color: 458330.
HSL color Cylindrical-coordinate representation of color #5AFE06: hue angle of 99.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AFE06 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 6 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.00 |
| HSL | 99.68º | 0.99% | 0.51% | - |
| HSV(B) | 99.68º | 0.98% | 1% | - |
| XYZ | 39.69 | 73.07 | 12.18 | - |
| YUV | 176.69 | 31.67 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 6 | 0.65 | 0 | 0.98 | 0.00 | 99.68 | 0.99 | 0.51 |
| Hex | 5A | FE | 6 | 41 | 0 | 62 | 0 | 64 | 63 | 33 |
| Octal | 132 | 376 | 6 | 101 | 0 | 142 | 0 | 144 | 143 | 63 |
| Binary | 1011010 | 11111110 | 110 | 1000001 | 0 | 1100010 | 0 | 1100100 | 1100011 | 110011 |
Color Harmonies of #5AFE06
Complementary color
Monochromatic Colors of #5AFE06
Black with #5AFE06
Text Example
Text Example
White with #5AFE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE06; }
p { color: rgb(90,254,6); }
H1.HeaderClassName
{
color: #5AFE06;
}
.AnyTagClassName
{
color: #5AFE06;
}
</style>
background-color css
<style>
a { background-color: #5AFE06; }
a { background-color: rgb(90,254,6); }
div.DivClassName
{
background-color: #5AFE06;
}
.BgClassName
{
background-color: #5AFE06;
}
</style>
border-color css
<style>
span { border-color: #5AFE06; }
span { border-color: rgb(90,254,6); }
td.TdClassName
{
border-color: #5AFE06;
}
.TagClassName
{
border-color: #5AFE06;
}
</style>