Shades of Kelly Green #44CA14
Tints of Kelly Green #44CA14
RGB
CMYK
RGB Variations
Color information
#44CA14 (or 0x44CA14) is known color: Kelly Green. HEX triplet: 44, CA and 14. RGB value is (68,202,20). Sum of RGB (Red+Green+Blue) = 68+202+20=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44CA14 is #BB35EB. Grayscale: #8D8D8D. Windows color (decimal): -12269036 or 1362500. OLE color: 1362500.
HSL color Cylindrical-coordinate representation of color #44CA14: hue angle of 104.18º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44CA14 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 20 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.21 |
| HSL | 104.18º | 0.82% | 0.44% | - |
| HSV(B) | 104.18º | 0.9% | 0.79% | - |
| XYZ | 23.63 | 43.52 | 7.82 | - |
| YUV | 141.19 | 59.61 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 20 | 0.66 | 0 | 0.90 | 0.21 | 104.18 | 0.82 | 0.44 |
| Hex | 44 | CA | 14 | 42 | 0 | 5A | 15 | 68 | 52 | 2C |
| Octal | 104 | 312 | 24 | 102 | 0 | 132 | 25 | 150 | 122 | 54 |
| Binary | 1000100 | 11001010 | 10100 | 1000010 | 0 | 1011010 | 10101 | 1101000 | 1010010 | 101100 |
Color Harmonies of #44CA14
Complementary color
Monochromatic Colors of #44CA14
Black with #44CA14
Text Example
Text Example
White with #44CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA14; }
p { color: rgb(68,202,20); }
H1.HeaderClassName
{
color: #44CA14;
}
.AnyTagClassName
{
color: #44CA14;
}
</style>
background-color css
<style>
a { background-color: #44CA14; }
a { background-color: rgb(68,202,20); }
div.DivClassName
{
background-color: #44CA14;
}
.BgClassName
{
background-color: #44CA14;
}
</style>
border-color css
<style>
span { border-color: #44CA14; }
span { border-color: rgb(68,202,20); }
td.TdClassName
{
border-color: #44CA14;
}
.TagClassName
{
border-color: #44CA14;
}
</style>