Shades of Kelly Green #44B10C
Tints of Kelly Green #44B10C
RGB
CMYK
RGB Variations
Color information
#44B10C (or 0x44B10C) is known color: Kelly Green. HEX triplet: 44, B1 and 0C. RGB value is (68,177,12). Sum of RGB (Red+Green+Blue) = 68+177+12=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 177 (69.53% from 255 or 68.87% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 177 - color contains mainly: green. Hex color #44B10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44B10C is #BB4EF3. Grayscale: #7E7E7E. Windows color (decimal): -12275444 or 831812. OLE color: 831812.
HSL color Cylindrical-coordinate representation of color #44B10C: hue angle of 99.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44B10C is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 177 | 12 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.31 |
| HSL | 99.64º | 0.87% | 0.37% | - |
| HSV(B) | 99.64º | 0.93% | 0.69% | - |
| XYZ | 18.17 | 32.7 | 5.7 | - |
| YUV | 125.6 | 63.89 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 177 | 12 | 0.62 | 0 | 0.93 | 0.31 | 99.64 | 0.87 | 0.37 |
| Hex | 44 | B1 | C | 3E | 0 | 5D | 1F | 64 | 57 | 25 |
| Octal | 104 | 261 | 14 | 76 | 0 | 135 | 37 | 144 | 127 | 45 |
| Binary | 1000100 | 10110001 | 1100 | 111110 | 0 | 1011101 | 11111 | 1100100 | 1010111 | 100101 |
Color Harmonies of #44B10C
Complementary color
Monochromatic Colors of #44B10C
Black with #44B10C
Text Example
Text Example
White with #44B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B10C; }
p { color: rgb(68,177,12); }
H1.HeaderClassName
{
color: #44B10C;
}
.AnyTagClassName
{
color: #44B10C;
}
</style>
background-color css
<style>
a { background-color: #44B10C; }
a { background-color: rgb(68,177,12); }
div.DivClassName
{
background-color: #44B10C;
}
.BgClassName
{
background-color: #44B10C;
}
</style>
border-color css
<style>
span { border-color: #44B10C; }
span { border-color: rgb(68,177,12); }
td.TdClassName
{
border-color: #44B10C;
}
.TagClassName
{
border-color: #44B10C;
}
</style>