Shades of Bright Green #5AEE10
Tints of Bright Green #5AEE10
RGB
CMYK
RGB Variations
Color information
#5AEE10 (or 0x5AEE10) is known color: Bright Green. HEX triplet: 5A, EE and 10. RGB value is (90,238,16). Sum of RGB (Red+Green+Blue) = 90+238+16=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 238 (93.36% from 255 or 69.19% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE10 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AEE10 is #A511EF. Grayscale: #A9A9A9. Windows color (decimal): -10818032 or 1109594. OLE color: 1109594.
HSL color Cylindrical-coordinate representation of color #5AEE10: hue angle of 100º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5AEE10 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 16 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.07 |
| HSL | 100º | 0.87% | 0.5% | - |
| HSV(B) | 100º | 0.93% | 0.93% | - |
| XYZ | 34.88 | 63.36 | 10.88 | - |
| YUV | 168.44 | 41.97 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 16 | 0.62 | 0 | 0.93 | 0.07 | 100 | 0.87 | 0.5 |
| Hex | 5A | EE | 10 | 3E | 0 | 5D | 7 | 64 | 57 | 32 |
| Octal | 132 | 356 | 20 | 76 | 0 | 135 | 7 | 144 | 127 | 62 |
| Binary | 1011010 | 11101110 | 10000 | 111110 | 0 | 1011101 | 111 | 1100100 | 1010111 | 110010 |
Color Harmonies of #5AEE10
Complementary color
Monochromatic Colors of #5AEE10
Black with #5AEE10
Text Example
Text Example
White with #5AEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEE10; }
p { color: rgb(90,238,16); }
H1.HeaderClassName
{
color: #5AEE10;
}
.AnyTagClassName
{
color: #5AEE10;
}
</style>
background-color css
<style>
a { background-color: #5AEE10; }
a { background-color: rgb(90,238,16); }
div.DivClassName
{
background-color: #5AEE10;
}
.BgClassName
{
background-color: #5AEE10;
}
</style>
border-color css
<style>
span { border-color: #5AEE10; }
span { border-color: rgb(90,238,16); }
td.TdClassName
{
border-color: #5AEE10;
}
.TagClassName
{
border-color: #5AEE10;
}
</style>