Shades of Kelly Green #44BC0E
Tints of Kelly Green #44BC0E
RGB
CMYK
RGB Variations
Color information
#44BC0E (or 0x44BC0E) is known color: Kelly Green. HEX triplet: 44, BC and 0E. RGB value is (68,188,14). Sum of RGB (Red+Green+Blue) = 68+188+14=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BC0E is #BB43F1. Grayscale: #848484. Windows color (decimal): -12272626 or 965700. OLE color: 965700.
HSL color Cylindrical-coordinate representation of color #44BC0E: hue angle of 101.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44BC0E is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 14 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.26 |
| HSL | 101.38º | 0.86% | 0.4% | - |
| HSV(B) | 101.38º | 0.93% | 0.74% | - |
| XYZ | 20.45 | 37.23 | 6.52 | - |
| YUV | 132.28 | 61.24 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 14 | 0.64 | 0 | 0.93 | 0.26 | 101.38 | 0.86 | 0.4 |
| Hex | 44 | BC | E | 40 | 0 | 5D | 1A | 65 | 56 | 28 |
| Octal | 104 | 274 | 16 | 100 | 0 | 135 | 32 | 145 | 126 | 50 |
| Binary | 1000100 | 10111100 | 1110 | 1000000 | 0 | 1011101 | 11010 | 1100101 | 1010110 | 101000 |
Color Harmonies of #44BC0E
Complementary color
Monochromatic Colors of #44BC0E
Black with #44BC0E
Text Example
Text Example
White with #44BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC0E; }
p { color: rgb(68,188,14); }
H1.HeaderClassName
{
color: #44BC0E;
}
.AnyTagClassName
{
color: #44BC0E;
}
</style>
background-color css
<style>
a { background-color: #44BC0E; }
a { background-color: rgb(68,188,14); }
div.DivClassName
{
background-color: #44BC0E;
}
.BgClassName
{
background-color: #44BC0E;
}
</style>
border-color css
<style>
span { border-color: #44BC0E; }
span { border-color: rgb(68,188,14); }
td.TdClassName
{
border-color: #44BC0E;
}
.TagClassName
{
border-color: #44BC0E;
}
</style>