Shades of Bright Green #5AFB10
Tints of Bright Green #5AFB10
RGB
CMYK
RGB Variations
Color information
#5AFB10 (or 0x5AFB10) is known color: Bright Green. HEX triplet: 5A, FB and 10. RGB value is (90,251,16). Sum of RGB (Red+Green+Blue) = 90+251+16=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 251 (98.44% from 255 or 70.31% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFB10 is #A504EF. Grayscale: #B0B0B0. Windows color (decimal): -10814704 or 1112922. OLE color: 1112922.
HSL color Cylindrical-coordinate representation of color #5AFB10: hue angle of 101.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5AFB10 is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 16 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.02 |
| HSL | 101.11º | 0.97% | 0.52% | - |
| HSV(B) | 101.11º | 0.94% | 0.98% | - |
| XYZ | 38.81 | 71.21 | 12.19 | - |
| YUV | 176.07 | 37.66 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 16 | 0.64 | 0 | 0.94 | 0.02 | 101.11 | 0.97 | 0.52 |
| Hex | 5A | FB | 10 | 40 | 0 | 5E | 2 | 65 | 61 | 34 |
| Octal | 132 | 373 | 20 | 100 | 0 | 136 | 2 | 145 | 141 | 64 |
| Binary | 1011010 | 11111011 | 10000 | 1000000 | 0 | 1011110 | 10 | 1100101 | 1100001 | 110100 |
Color Harmonies of #5AFB10
Complementary color
Monochromatic Colors of #5AFB10
Black with #5AFB10
Text Example
Text Example
White with #5AFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB10; }
p { color: rgb(90,251,16); }
H1.HeaderClassName
{
color: #5AFB10;
}
.AnyTagClassName
{
color: #5AFB10;
}
</style>
background-color css
<style>
a { background-color: #5AFB10; }
a { background-color: rgb(90,251,16); }
div.DivClassName
{
background-color: #5AFB10;
}
.BgClassName
{
background-color: #5AFB10;
}
</style>
border-color css
<style>
span { border-color: #5AFB10; }
span { border-color: rgb(90,251,16); }
td.TdClassName
{
border-color: #5AFB10;
}
.TagClassName
{
border-color: #5AFB10;
}
</style>