Shades of Bright Green #5AFF06
Tints of Bright Green #5AFF06
RGB
CMYK
RGB Variations
Color information
#5AFF06 (or 0x5AFF06) is known color: Bright Green. HEX triplet: 5A, FF and 06. RGB value is (90,255,6). Sum of RGB (Red+Green+Blue) = 90+255+6=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 6 (2.73% from 255 or 1.71% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFF06 is #A500F9. Grayscale: #B2B2B2. Windows color (decimal): -10813690 or 458586. OLE color: 458586.
HSL color Cylindrical-coordinate representation of color #5AFF06: hue angle of 99.76º 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 #5AFF06 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 6 | - |
| CMYK | 0.65 | 0 | 0.98 | 0 |
| HSL | 99.76º | 1% | 0.51% | - |
| HSV(B) | 99.76º | 0.98% | 1% | - |
| XYZ | 40.01 | 73.71 | 12.29 | - |
| YUV | 177.28 | 31.34 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 6 | 0.65 | 0 | 0.98 | 0 | 99.76 | 1 | 0.51 |
| Hex | 5A | FF | 6 | 41 | 0 | 62 | 0 | 64 | 64 | 33 |
| Octal | 132 | 377 | 6 | 101 | 0 | 142 | 0 | 144 | 144 | 63 |
| Binary | 1011010 | 11111111 | 110 | 1000001 | 0 | 1100010 | 0 | 1100100 | 1100100 | 110011 |
Color Harmonies of #5AFF06
Complementary color
Monochromatic Colors of #5AFF06
Black with #5AFF06
Text Example
Text Example
White with #5AFF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF06; }
p { color: rgb(90,255,6); }
H1.HeaderClassName
{
color: #5AFF06;
}
.AnyTagClassName
{
color: #5AFF06;
}
</style>
background-color css
<style>
a { background-color: #5AFF06; }
a { background-color: rgb(90,255,6); }
div.DivClassName
{
background-color: #5AFF06;
}
.BgClassName
{
background-color: #5AFF06;
}
</style>
border-color css
<style>
span { border-color: #5AFF06; }
span { border-color: rgb(90,255,6); }
td.TdClassName
{
border-color: #5AFF06;
}
.TagClassName
{
border-color: #5AFF06;
}
</style>