Shades of Kelly Green #5ACB1C
Tints of Kelly Green #5ACB1C
RGB
CMYK
RGB Variations
Color information
#5ACB1C (or 0x5ACB1C) is known color: Kelly Green. HEX triplet: 5A, CB and 1C. RGB value is (90,203,28). Sum of RGB (Red+Green+Blue) = 90+203+28=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACB1C is #A534E3. Grayscale: #959595. Windows color (decimal): -10826980 or 1887066. OLE color: 1887066.
HSL color Cylindrical-coordinate representation of color #5ACB1C: hue angle of 98.74º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5ACB1C is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 28 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.20 |
| HSL | 98.74º | 0.76% | 0.45% | - |
| HSV(B) | 98.74º | 0.86% | 0.8% | - |
| XYZ | 25.78 | 44.97 | 8.42 | - |
| YUV | 149.26 | 59.56 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 28 | 0.56 | 0 | 0.86 | 0.20 | 98.74 | 0.76 | 0.45 |
| Hex | 5A | CB | 1C | 38 | 0 | 56 | 14 | 63 | 4C | 2D |
| Octal | 132 | 313 | 34 | 70 | 0 | 126 | 24 | 143 | 114 | 55 |
| Binary | 1011010 | 11001011 | 11100 | 111000 | 0 | 1010110 | 10100 | 1100011 | 1001100 | 101101 |
Color Harmonies of #5ACB1C
Complementary color
Monochromatic Colors of #5ACB1C
Black with #5ACB1C
Text Example
Text Example
White with #5ACB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB1C; }
p { color: rgb(90,203,28); }
H1.HeaderClassName
{
color: #5ACB1C;
}
.AnyTagClassName
{
color: #5ACB1C;
}
</style>
background-color css
<style>
a { background-color: #5ACB1C; }
a { background-color: rgb(90,203,28); }
div.DivClassName
{
background-color: #5ACB1C;
}
.BgClassName
{
background-color: #5ACB1C;
}
</style>
border-color css
<style>
span { border-color: #5ACB1C; }
span { border-color: rgb(90,203,28); }
td.TdClassName
{
border-color: #5ACB1C;
}
.TagClassName
{
border-color: #5ACB1C;
}
</style>