Shades of Kelly Green #44C80A
Tints of Kelly Green #44C80A
RGB
CMYK
RGB Variations
Color information
#44C80A (or 0x44C80A) is known color: Kelly Green. HEX triplet: 44, C8 and 0A. RGB value is (68,200,10). Sum of RGB (Red+Green+Blue) = 68+200+10=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 200 (78.52% from 255 or 71.94% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 200 - color contains mainly: green. Hex color #44C80A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44C80A is #BB37F5. Grayscale: #8B8B8B. Windows color (decimal): -12269558 or 706628. OLE color: 706628.
HSL color Cylindrical-coordinate representation of color #44C80A: hue angle of 101.68º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44C80A is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 10 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.22 |
| HSL | 101.68º | 0.9% | 0.41% | - |
| HSV(B) | 101.68º | 0.95% | 0.78% | - |
| XYZ | 23.09 | 42.56 | 7.28 | - |
| YUV | 138.87 | 55.27 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 10 | 0.66 | 0 | 0.95 | 0.22 | 101.68 | 0.9 | 0.41 |
| Hex | 44 | C8 | A | 42 | 0 | 5F | 16 | 66 | 5A | 29 |
| Octal | 104 | 310 | 12 | 102 | 0 | 137 | 26 | 146 | 132 | 51 |
| Binary | 1000100 | 11001000 | 1010 | 1000010 | 0 | 1011111 | 10110 | 1100110 | 1011010 | 101001 |
Color Harmonies of #44C80A
Complementary color
Monochromatic Colors of #44C80A
Black with #44C80A
Text Example
Text Example
White with #44C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C80A; }
p { color: rgb(68,200,10); }
H1.HeaderClassName
{
color: #44C80A;
}
.AnyTagClassName
{
color: #44C80A;
}
</style>
background-color css
<style>
a { background-color: #44C80A; }
a { background-color: rgb(68,200,10); }
div.DivClassName
{
background-color: #44C80A;
}
.BgClassName
{
background-color: #44C80A;
}
</style>
border-color css
<style>
span { border-color: #44C80A; }
span { border-color: rgb(68,200,10); }
td.TdClassName
{
border-color: #44C80A;
}
.TagClassName
{
border-color: #44C80A;
}
</style>