Shades of Bright Green #5ADA04
Tints of Bright Green #5ADA04
RGB
CMYK
RGB Variations
Color information
#5ADA04 (or 0x5ADA04) is known color: Bright Green. HEX triplet: 5A, DA and 04. RGB value is (90,218,4). Sum of RGB (Red+Green+Blue) = 90+218+4=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 218 (85.55% from 255 or 69.87% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 218 - color contains mainly: green. Hex color #5ADA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADA04 is #A525FB. Grayscale: #9C9C9C. Windows color (decimal): -10823164 or 318042. OLE color: 318042.
HSL color Cylindrical-coordinate representation of color #5ADA04: hue angle of 95.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5ADA04 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 218 | 4 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.15 |
| HSL | 95.89º | 0.96% | 0.44% | - |
| HSV(B) | 95.89º | 0.98% | 0.85% | - |
| XYZ | 29.31 | 52.33 | 8.67 | - |
| YUV | 155.33 | 42.59 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 218 | 4 | 0.59 | 0 | 0.98 | 0.15 | 95.89 | 0.96 | 0.44 |
| Hex | 5A | DA | 4 | 3B | 0 | 62 | F | 60 | 60 | 2C |
| Octal | 132 | 332 | 4 | 73 | 0 | 142 | 17 | 140 | 140 | 54 |
| Binary | 1011010 | 11011010 | 100 | 111011 | 0 | 1100010 | 1111 | 1100000 | 1100000 | 101100 |
Color Harmonies of #5ADA04
Complementary color
Monochromatic Colors of #5ADA04
Black with #5ADA04
Text Example
Text Example
White with #5ADA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADA04; }
p { color: rgb(90,218,4); }
H1.HeaderClassName
{
color: #5ADA04;
}
.AnyTagClassName
{
color: #5ADA04;
}
</style>
background-color css
<style>
a { background-color: #5ADA04; }
a { background-color: rgb(90,218,4); }
div.DivClassName
{
background-color: #5ADA04;
}
.BgClassName
{
background-color: #5ADA04;
}
</style>
border-color css
<style>
span { border-color: #5ADA04; }
span { border-color: rgb(90,218,4); }
td.TdClassName
{
border-color: #5ADA04;
}
.TagClassName
{
border-color: #5ADA04;
}
</style>