Shades of Kelly Green #5ADC27
Tints of Kelly Green #5ADC27
RGB
CMYK
RGB Variations
Color information
#5ADC27 (or 0x5ADC27) is known color: Kelly Green. HEX triplet: 5A, DC and 27. RGB value is (90,220,39). Sum of RGB (Red+Green+Blue) = 90+220+39=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #5ADC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADC27 is #A523D8. Grayscale: #A1A1A1. Windows color (decimal): -10822617 or 2612314. OLE color: 2612314.
HSL color Cylindrical-coordinate representation of color #5ADC27: hue angle of 103.09º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5ADC27 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 220 | 39 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.14 |
| HSL | 103.09º | 0.72% | 0.51% | - |
| HSV(B) | 103.09º | 0.82% | 0.86% | - |
| XYZ | 30.18 | 53.51 | 10.66 | - |
| YUV | 160.5 | 59.43 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 220 | 39 | 0.59 | 0 | 0.82 | 0.14 | 103.09 | 0.72 | 0.51 |
| Hex | 5A | DC | 27 | 3B | 0 | 52 | E | 67 | 48 | 33 |
| Octal | 132 | 334 | 47 | 73 | 0 | 122 | 16 | 147 | 110 | 63 |
| Binary | 1011010 | 11011100 | 100111 | 111011 | 0 | 1010010 | 1110 | 1100111 | 1001000 | 110011 |
Color Harmonies of #5ADC27
Complementary color
Monochromatic Colors of #5ADC27
Black with #5ADC27
Text Example
Text Example
White with #5ADC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADC27; }
p { color: rgb(90,220,39); }
H1.HeaderClassName
{
color: #5ADC27;
}
.AnyTagClassName
{
color: #5ADC27;
}
</style>
background-color css
<style>
a { background-color: #5ADC27; }
a { background-color: rgb(90,220,39); }
div.DivClassName
{
background-color: #5ADC27;
}
.BgClassName
{
background-color: #5ADC27;
}
</style>
border-color css
<style>
span { border-color: #5ADC27; }
span { border-color: rgb(90,220,39); }
td.TdClassName
{
border-color: #5ADC27;
}
.TagClassName
{
border-color: #5ADC27;
}
</style>