Shades of Bright Green #5ADD07
Tints of Bright Green #5ADD07
RGB
CMYK
RGB Variations
Color information
#5ADD07 (or 0x5ADD07) is known color: Bright Green. HEX triplet: 5A, DD and 07. RGB value is (90,221,7). Sum of RGB (Red+Green+Blue) = 90+221+7=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ADD07 is #A522F8. Grayscale: #9E9E9E. Windows color (decimal): -10822393 or 515418. OLE color: 515418.
HSL color Cylindrical-coordinate representation of color #5ADD07: hue angle of 96.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5ADD07 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 7 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.13 |
| HSL | 96.73º | 0.94% | 0.45% | - |
| HSV(B) | 96.73º | 0.97% | 0.87% | - |
| XYZ | 30.11 | 53.9 | 9.02 | - |
| YUV | 157.44 | 43.1 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 7 | 0.59 | 0 | 0.97 | 0.13 | 96.73 | 0.94 | 0.45 |
| Hex | 5A | DD | 7 | 3B | 0 | 61 | D | 61 | 5E | 2D |
| Octal | 132 | 335 | 7 | 73 | 0 | 141 | 15 | 141 | 136 | 55 |
| Binary | 1011010 | 11011101 | 111 | 111011 | 0 | 1100001 | 1101 | 1100001 | 1011110 | 101101 |
Color Harmonies of #5ADD07
Complementary color
Monochromatic Colors of #5ADD07
Black with #5ADD07
Text Example
Text Example
White with #5ADD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD07; }
p { color: rgb(90,221,7); }
H1.HeaderClassName
{
color: #5ADD07;
}
.AnyTagClassName
{
color: #5ADD07;
}
</style>
background-color css
<style>
a { background-color: #5ADD07; }
a { background-color: rgb(90,221,7); }
div.DivClassName
{
background-color: #5ADD07;
}
.BgClassName
{
background-color: #5ADD07;
}
</style>
border-color css
<style>
span { border-color: #5ADD07; }
span { border-color: rgb(90,221,7); }
td.TdClassName
{
border-color: #5ADD07;
}
.TagClassName
{
border-color: #5ADD07;
}
</style>