Shades of Kelly Green #44B713
Tints of Kelly Green #44B713
RGB
CMYK
RGB Variations
Color information
#44B713 (or 0x44B713) is known color: Kelly Green. HEX triplet: 44, B7 and 13. RGB value is (68,183,19). Sum of RGB (Red+Green+Blue) = 68+183+19=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #44B713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B713 is #BB48EC. Grayscale: #828282. Windows color (decimal): -12273901 or 1292100. OLE color: 1292100.
HSL color Cylindrical-coordinate representation of color #44B713: hue angle of 102.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44B713 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 19 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.28 |
| HSL | 102.07º | 0.81% | 0.4% | - |
| HSV(B) | 102.07º | 0.9% | 0.72% | - |
| XYZ | 19.43 | 35.14 | 6.38 | - |
| YUV | 129.92 | 65.4 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 19 | 0.63 | 0 | 0.90 | 0.28 | 102.07 | 0.81 | 0.4 |
| Hex | 44 | B7 | 13 | 3F | 0 | 5A | 1C | 66 | 51 | 28 |
| Octal | 104 | 267 | 23 | 77 | 0 | 132 | 34 | 146 | 121 | 50 |
| Binary | 1000100 | 10110111 | 10011 | 111111 | 0 | 1011010 | 11100 | 1100110 | 1010001 | 101000 |
Color Harmonies of #44B713
Complementary color
Monochromatic Colors of #44B713
Black with #44B713
Text Example
Text Example
White with #44B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B713; }
p { color: rgb(68,183,19); }
H1.HeaderClassName
{
color: #44B713;
}
.AnyTagClassName
{
color: #44B713;
}
</style>
background-color css
<style>
a { background-color: #44B713; }
a { background-color: rgb(68,183,19); }
div.DivClassName
{
background-color: #44B713;
}
.BgClassName
{
background-color: #44B713;
}
</style>
border-color css
<style>
span { border-color: #44B713; }
span { border-color: rgb(68,183,19); }
td.TdClassName
{
border-color: #44B713;
}
.TagClassName
{
border-color: #44B713;
}
</style>