Shades of Kelly Green #5ACB13
Tints of Kelly Green #5ACB13
RGB
CMYK
RGB Variations
Color information
#5ACB13 (or 0x5ACB13) is known color: Kelly Green. HEX triplet: 5A, CB and 13. RGB value is (90,203,19). Sum of RGB (Red+Green+Blue) = 90+203+19=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 203 (79.69% from 255 or 65.06% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACB13 is #A534EC. Grayscale: #949494. Windows color (decimal): -10826989 or 1297242. OLE color: 1297242.
HSL color Cylindrical-coordinate representation of color #5ACB13: hue angle of 96.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5ACB13 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 19 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.20 |
| HSL | 96.85º | 0.83% | 0.44% | - |
| HSV(B) | 96.85º | 0.91% | 0.8% | - |
| XYZ | 25.69 | 44.93 | 7.93 | - |
| YUV | 148.24 | 55.06 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 19 | 0.56 | 0 | 0.91 | 0.20 | 96.85 | 0.83 | 0.44 |
| Hex | 5A | CB | 13 | 38 | 0 | 5B | 14 | 61 | 53 | 2C |
| Octal | 132 | 313 | 23 | 70 | 0 | 133 | 24 | 141 | 123 | 54 |
| Binary | 1011010 | 11001011 | 10011 | 111000 | 0 | 1011011 | 10100 | 1100001 | 1010011 | 101100 |
Color Harmonies of #5ACB13
Complementary color
Monochromatic Colors of #5ACB13
Black with #5ACB13
Text Example
Text Example
White with #5ACB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACB13; }
p { color: rgb(90,203,19); }
H1.HeaderClassName
{
color: #5ACB13;
}
.AnyTagClassName
{
color: #5ACB13;
}
</style>
background-color css
<style>
a { background-color: #5ACB13; }
a { background-color: rgb(90,203,19); }
div.DivClassName
{
background-color: #5ACB13;
}
.BgClassName
{
background-color: #5ACB13;
}
</style>
border-color css
<style>
span { border-color: #5ACB13; }
span { border-color: rgb(90,203,19); }
td.TdClassName
{
border-color: #5ACB13;
}
.TagClassName
{
border-color: #5ACB13;
}
</style>