Shades of Kelly Green #44C514
Tints of Kelly Green #44C514
RGB
CMYK
RGB Variations
Color information
#44C514 (or 0x44C514) is known color: Kelly Green. HEX triplet: 44, C5 and 14. RGB value is (68,197,20). Sum of RGB (Red+Green+Blue) = 68+197+20=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 197 (77.34% from 255 or 69.12% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 197 - color contains mainly: green. Hex color #44C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44C514 is #BB3AEB. Grayscale: #8A8A8A. Windows color (decimal): -12270316 or 1361220. OLE color: 1361220.
HSL color Cylindrical-coordinate representation of color #44C514: hue angle of 103.73º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44C514 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 197 | 20 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.23 |
| HSL | 103.73º | 0.82% | 0.43% | - |
| HSV(B) | 103.73º | 0.9% | 0.77% | - |
| XYZ | 22.48 | 41.21 | 7.43 | - |
| YUV | 138.25 | 61.26 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 197 | 20 | 0.65 | 0 | 0.90 | 0.23 | 103.73 | 0.82 | 0.43 |
| Hex | 44 | C5 | 14 | 41 | 0 | 5A | 17 | 68 | 52 | 2B |
| Octal | 104 | 305 | 24 | 101 | 0 | 132 | 27 | 150 | 122 | 53 |
| Binary | 1000100 | 11000101 | 10100 | 1000001 | 0 | 1011010 | 10111 | 1101000 | 1010010 | 101011 |
Color Harmonies of #44C514
Complementary color
Monochromatic Colors of #44C514
Black with #44C514
Text Example
Text Example
White with #44C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C514; }
p { color: rgb(68,197,20); }
H1.HeaderClassName
{
color: #44C514;
}
.AnyTagClassName
{
color: #44C514;
}
</style>
background-color css
<style>
a { background-color: #44C514; }
a { background-color: rgb(68,197,20); }
div.DivClassName
{
background-color: #44C514;
}
.BgClassName
{
background-color: #44C514;
}
</style>
border-color css
<style>
span { border-color: #44C514; }
span { border-color: rgb(68,197,20); }
td.TdClassName
{
border-color: #44C514;
}
.TagClassName
{
border-color: #44C514;
}
</style>