Shades of Bright Green #5ADE02
Tints of Bright Green #5ADE02
RGB
CMYK
RGB Variations
Color information
#5ADE02 (or 0x5ADE02) is known color: Bright Green. HEX triplet: 5A, DE and 02. RGB value is (90,222,2). Sum of RGB (Red+Green+Blue) = 90+222+2=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 222 (87.11% from 255 or 70.70% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADE02 is #A521FD. Grayscale: #9E9E9E. Windows color (decimal): -10822142 or 187994. OLE color: 187994.
HSL color Cylindrical-coordinate representation of color #5ADE02: hue angle of 96º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5ADE02 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.13 |
| HSL | 96º | 0.98% | 0.44% | - |
| HSV(B) | 96º | 0.99% | 0.87% | - |
| XYZ | 30.35 | 54.42 | 8.96 | - |
| YUV | 157.45 | 40.27 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 2 | 0.59 | 0 | 0.99 | 0.13 | 96 | 0.98 | 0.44 |
| Hex | 5A | DE | 2 | 3B | 0 | 63 | D | 60 | 62 | 2C |
| Octal | 132 | 336 | 2 | 73 | 0 | 143 | 15 | 140 | 142 | 54 |
| Binary | 1011010 | 11011110 | 10 | 111011 | 0 | 1100011 | 1101 | 1100000 | 1100010 | 101100 |
Color Harmonies of #5ADE02
Complementary color
Monochromatic Colors of #5ADE02
Black with #5ADE02
Text Example
Text Example
White with #5ADE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE02; }
p { color: rgb(90,222,2); }
H1.HeaderClassName
{
color: #5ADE02;
}
.AnyTagClassName
{
color: #5ADE02;
}
</style>
background-color css
<style>
a { background-color: #5ADE02; }
a { background-color: rgb(90,222,2); }
div.DivClassName
{
background-color: #5ADE02;
}
.BgClassName
{
background-color: #5ADE02;
}
</style>
border-color css
<style>
span { border-color: #5ADE02; }
span { border-color: rgb(90,222,2); }
td.TdClassName
{
border-color: #5ADE02;
}
.TagClassName
{
border-color: #5ADE02;
}
</style>