Shades of Kelly Green #44C010
Tints of Kelly Green #44C010
RGB
CMYK
RGB Variations
Color information
#44C010 (or 0x44C010) is known color: Kelly Green. HEX triplet: 44, C0 and 10. RGB value is (68,192,16). Sum of RGB (Red+Green+Blue) = 68+192+16=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #44C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44C010 is #BB3FEF. Grayscale: #878787. Windows color (decimal): -12271600 or 1097796. OLE color: 1097796.
HSL color Cylindrical-coordinate representation of color #44C010: hue angle of 102.27º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44C010 is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 16 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.25 |
| HSL | 102.27º | 0.85% | 0.41% | - |
| HSV(B) | 102.27º | 0.92% | 0.75% | - |
| XYZ | 21.33 | 38.97 | 6.89 | - |
| YUV | 134.86 | 60.92 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 16 | 0.65 | 0 | 0.92 | 0.25 | 102.27 | 0.85 | 0.41 |
| Hex | 44 | C0 | 10 | 41 | 0 | 5C | 19 | 66 | 55 | 29 |
| Octal | 104 | 300 | 20 | 101 | 0 | 134 | 31 | 146 | 125 | 51 |
| Binary | 1000100 | 11000000 | 10000 | 1000001 | 0 | 1011100 | 11001 | 1100110 | 1010101 | 101001 |
Color Harmonies of #44C010
Complementary color
Monochromatic Colors of #44C010
Black with #44C010
Text Example
Text Example
White with #44C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C010; }
p { color: rgb(68,192,16); }
H1.HeaderClassName
{
color: #44C010;
}
.AnyTagClassName
{
color: #44C010;
}
</style>
background-color css
<style>
a { background-color: #44C010; }
a { background-color: rgb(68,192,16); }
div.DivClassName
{
background-color: #44C010;
}
.BgClassName
{
background-color: #44C010;
}
</style>
border-color css
<style>
span { border-color: #44C010; }
span { border-color: rgb(68,192,16); }
td.TdClassName
{
border-color: #44C010;
}
.TagClassName
{
border-color: #44C010;
}
</style>