Shades of Kelly Green #5ADF1F
Tints of Kelly Green #5ADF1F
RGB
CMYK
RGB Variations
Color information
#5ADF1F (or 0x5ADF1F) is known color: Kelly Green. HEX triplet: 5A, DF and 1F. RGB value is (90,223,31). Sum of RGB (Red+Green+Blue) = 90+223+31=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADF1F is #A520E0. Grayscale: #A1A1A1. Windows color (decimal): -10821857 or 2088794. OLE color: 2088794.
HSL color Cylindrical-coordinate representation of color #5ADF1F: hue angle of 101.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5ADF1F is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 223 | 31 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.13 |
| HSL | 101.56º | 0.76% | 0.5% | - |
| HSV(B) | 101.56º | 0.86% | 0.87% | - |
| XYZ | 30.85 | 55.05 | 10.3 | - |
| YUV | 161.35 | 54.44 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 223 | 31 | 0.60 | 0 | 0.86 | 0.13 | 101.56 | 0.76 | 0.5 |
| Hex | 5A | DF | 1F | 3C | 0 | 56 | D | 66 | 4C | 32 |
| Octal | 132 | 337 | 37 | 74 | 0 | 126 | 15 | 146 | 114 | 62 |
| Binary | 1011010 | 11011111 | 11111 | 111100 | 0 | 1010110 | 1101 | 1100110 | 1001100 | 110010 |
Color Harmonies of #5ADF1F
Complementary color
Monochromatic Colors of #5ADF1F
Black with #5ADF1F
Text Example
Text Example
White with #5ADF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADF1F; }
p { color: rgb(90,223,31); }
H1.HeaderClassName
{
color: #5ADF1F;
}
.AnyTagClassName
{
color: #5ADF1F;
}
</style>
background-color css
<style>
a { background-color: #5ADF1F; }
a { background-color: rgb(90,223,31); }
div.DivClassName
{
background-color: #5ADF1F;
}
.BgClassName
{
background-color: #5ADF1F;
}
</style>
border-color css
<style>
span { border-color: #5ADF1F; }
span { border-color: rgb(90,223,31); }
td.TdClassName
{
border-color: #5ADF1F;
}
.TagClassName
{
border-color: #5ADF1F;
}
</style>