Shades of Kelly Green #5ACD1F
Tints of Kelly Green #5ACD1F
RGB
CMYK
RGB Variations
Color information
#5ACD1F (or 0x5ACD1F) is known color: Kelly Green. HEX triplet: 5A, CD and 1F. RGB value is (90,205,31). Sum of RGB (Red+Green+Blue) = 90+205+31=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACD1F is #A532E0. Grayscale: #979797. Windows color (decimal): -10826465 or 2084186. OLE color: 2084186.
HSL color Cylindrical-coordinate representation of color #5ACD1F: hue angle of 99.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5ACD1F is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 31 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.20 |
| HSL | 99.66º | 0.74% | 0.46% | - |
| HSV(B) | 99.66º | 0.85% | 0.8% | - |
| XYZ | 26.3 | 45.94 | 8.78 | - |
| YUV | 150.78 | 60.4 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 31 | 0.56 | 0 | 0.85 | 0.20 | 99.66 | 0.74 | 0.46 |
| Hex | 5A | CD | 1F | 38 | 0 | 55 | 14 | 64 | 4A | 2E |
| Octal | 132 | 315 | 37 | 70 | 0 | 125 | 24 | 144 | 112 | 56 |
| Binary | 1011010 | 11001101 | 11111 | 111000 | 0 | 1010101 | 10100 | 1100100 | 1001010 | 101110 |
Color Harmonies of #5ACD1F
Complementary color
Monochromatic Colors of #5ACD1F
Black with #5ACD1F
Text Example
Text Example
White with #5ACD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD1F; }
p { color: rgb(90,205,31); }
H1.HeaderClassName
{
color: #5ACD1F;
}
.AnyTagClassName
{
color: #5ACD1F;
}
</style>
background-color css
<style>
a { background-color: #5ACD1F; }
a { background-color: rgb(90,205,31); }
div.DivClassName
{
background-color: #5ACD1F;
}
.BgClassName
{
background-color: #5ACD1F;
}
</style>
border-color css
<style>
span { border-color: #5ACD1F; }
span { border-color: rgb(90,205,31); }
td.TdClassName
{
border-color: #5ACD1F;
}
.TagClassName
{
border-color: #5ACD1F;
}
</style>