Shades of Kelly Green #5ACD28
Tints of Kelly Green #5ACD28
RGB
CMYK
RGB Variations
Color information
#5ACD28 (or 0x5ACD28) is known color: Kelly Green. HEX triplet: 5A, CD and 28. RGB value is (90,205,40). Sum of RGB (Red+Green+Blue) = 90+205+40=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACD28 is #A532D7. Grayscale: #989898. Windows color (decimal): -10826456 or 2674010. OLE color: 2674010.
HSL color Cylindrical-coordinate representation of color #5ACD28: hue angle of 101.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5ACD28 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 40 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.20 |
| HSL | 101.82º | 0.67% | 0.48% | - |
| HSV(B) | 101.82º | 0.8% | 0.8% | - |
| XYZ | 26.43 | 45.99 | 9.49 | - |
| YUV | 151.81 | 64.9 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 40 | 0.56 | 0 | 0.80 | 0.20 | 101.82 | 0.67 | 0.48 |
| Hex | 5A | CD | 28 | 38 | 0 | 50 | 14 | 66 | 43 | 30 |
| Octal | 132 | 315 | 50 | 70 | 0 | 120 | 24 | 146 | 103 | 60 |
| Binary | 1011010 | 11001101 | 101000 | 111000 | 0 | 1010000 | 10100 | 1100110 | 1000011 | 110000 |
Color Harmonies of #5ACD28
Complementary color
Monochromatic Colors of #5ACD28
Black with #5ACD28
Text Example
Text Example
White with #5ACD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD28; }
p { color: rgb(90,205,40); }
H1.HeaderClassName
{
color: #5ACD28;
}
.AnyTagClassName
{
color: #5ACD28;
}
</style>
background-color css
<style>
a { background-color: #5ACD28; }
a { background-color: rgb(90,205,40); }
div.DivClassName
{
background-color: #5ACD28;
}
.BgClassName
{
background-color: #5ACD28;
}
</style>
border-color css
<style>
span { border-color: #5ACD28; }
span { border-color: rgb(90,205,40); }
td.TdClassName
{
border-color: #5ACD28;
}
.TagClassName
{
border-color: #5ACD28;
}
</style>