Shades of Kelly Green #44B010
Tints of Kelly Green #44B010
RGB
CMYK
RGB Variations
Color information
#44B010 (or 0x44B010) is known color: Kelly Green. HEX triplet: 44, B0 and 10. RGB value is (68,176,16). Sum of RGB (Red+Green+Blue) = 68+176+16=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 176 (69.14% from 255 or 67.69% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 176 - color contains mainly: green. Hex color #44B010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44B010 is #BB4FEF. Grayscale: #7D7D7D. Windows color (decimal): -12275696 or 1093700. OLE color: 1093700.
HSL color Cylindrical-coordinate representation of color #44B010: hue angle of 100.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44B010 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 176 | 16 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.31 |
| HSL | 100.5º | 0.83% | 0.38% | - |
| HSV(B) | 100.5º | 0.91% | 0.69% | - |
| XYZ | 18 | 32.32 | 5.78 | - |
| YUV | 125.47 | 66.22 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 176 | 16 | 0.61 | 0 | 0.91 | 0.31 | 100.5 | 0.83 | 0.38 |
| Hex | 44 | B0 | 10 | 3D | 0 | 5B | 1F | 64 | 53 | 26 |
| Octal | 104 | 260 | 20 | 75 | 0 | 133 | 37 | 144 | 123 | 46 |
| Binary | 1000100 | 10110000 | 10000 | 111101 | 0 | 1011011 | 11111 | 1100100 | 1010011 | 100110 |
Color Harmonies of #44B010
Complementary color
Monochromatic Colors of #44B010
Black with #44B010
Text Example
Text Example
White with #44B010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B010; }
p { color: rgb(68,176,16); }
H1.HeaderClassName
{
color: #44B010;
}
.AnyTagClassName
{
color: #44B010;
}
</style>
background-color css
<style>
a { background-color: #44B010; }
a { background-color: rgb(68,176,16); }
div.DivClassName
{
background-color: #44B010;
}
.BgClassName
{
background-color: #44B010;
}
</style>
border-color css
<style>
span { border-color: #44B010; }
span { border-color: rgb(68,176,16); }
td.TdClassName
{
border-color: #44B010;
}
.TagClassName
{
border-color: #44B010;
}
</style>