Shades of Kelly Green #5AD303
Tints of Kelly Green #5AD303
RGB
CMYK
RGB Variations
Color information
#5AD303 (or 0x5AD303) is known color: Kelly Green. HEX triplet: 5A, D3 and 03. RGB value is (90,211,3). Sum of RGB (Red+Green+Blue) = 90+211+3=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 211 (82.81% from 255 or 69.41% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 211 - color contains mainly: green. Hex color #5AD303 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AD303 is #A52CFC. Grayscale: #979797. Windows color (decimal): -10824957 or 250714. OLE color: 250714.
HSL color Cylindrical-coordinate representation of color #5AD303: hue angle of 94.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AD303 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 90 | 211 | 3 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.17 |
| HSL | 94.9º | 0.97% | 0.42% | - |
| HSV(B) | 94.9º | 0.99% | 0.83% | - |
| XYZ | 27.53 | 48.77 | 8.05 | - |
| YUV | 151.11 | 44.41 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 211 | 3 | 0.57 | 0 | 0.99 | 0.17 | 94.9 | 0.97 | 0.42 |
| Hex | 5A | D3 | 3 | 39 | 0 | 63 | 11 | 5F | 61 | 2A |
| Octal | 132 | 323 | 3 | 71 | 0 | 143 | 21 | 137 | 141 | 52 |
| Binary | 1011010 | 11010011 | 11 | 111001 | 0 | 1100011 | 10001 | 1011111 | 1100001 | 101010 |
Color Harmonies of #5AD303
Complementary color
Monochromatic Colors of #5AD303
Black with #5AD303
Text Example
Text Example
White with #5AD303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD303; }
p { color: rgb(90,211,3); }
H1.HeaderClassName
{
color: #5AD303;
}
.AnyTagClassName
{
color: #5AD303;
}
</style>
background-color css
<style>
a { background-color: #5AD303; }
a { background-color: rgb(90,211,3); }
div.DivClassName
{
background-color: #5AD303;
}
.BgClassName
{
background-color: #5AD303;
}
</style>
border-color css
<style>
span { border-color: #5AD303; }
span { border-color: rgb(90,211,3); }
td.TdClassName
{
border-color: #5AD303;
}
.TagClassName
{
border-color: #5AD303;
}
</style>