Shades of Kelly Green #44C30A
Tints of Kelly Green #44C30A
RGB
CMYK
RGB Variations
Color information
#44C30A (or 0x44C30A) is known color: Kelly Green. HEX triplet: 44, C3 and 0A. RGB value is (68,195,10). Sum of RGB (Red+Green+Blue) = 68+195+10=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 195 (76.56% from 255 or 71.43% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 195 - color contains mainly: green. Hex color #44C30A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44C30A is #BB3CF5. Grayscale: #888888. Windows color (decimal): -12270838 or 705348. OLE color: 705348.
HSL color Cylindrical-coordinate representation of color #44C30A: hue angle of 101.19º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44C30A is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 195 | 10 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.24 |
| HSL | 101.19º | 0.9% | 0.4% | - |
| HSV(B) | 101.19º | 0.95% | 0.76% | - |
| XYZ | 21.95 | 40.28 | 6.91 | - |
| YUV | 135.94 | 56.92 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 195 | 10 | 0.65 | 0 | 0.95 | 0.24 | 101.19 | 0.9 | 0.4 |
| Hex | 44 | C3 | A | 41 | 0 | 5F | 18 | 65 | 5A | 28 |
| Octal | 104 | 303 | 12 | 101 | 0 | 137 | 30 | 145 | 132 | 50 |
| Binary | 1000100 | 11000011 | 1010 | 1000001 | 0 | 1011111 | 11000 | 1100101 | 1011010 | 101000 |
Color Harmonies of #44C30A
Complementary color
Monochromatic Colors of #44C30A
Black with #44C30A
Text Example
Text Example
White with #44C30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C30A; }
p { color: rgb(68,195,10); }
H1.HeaderClassName
{
color: #44C30A;
}
.AnyTagClassName
{
color: #44C30A;
}
</style>
background-color css
<style>
a { background-color: #44C30A; }
a { background-color: rgb(68,195,10); }
div.DivClassName
{
background-color: #44C30A;
}
.BgClassName
{
background-color: #44C30A;
}
</style>
border-color css
<style>
span { border-color: #44C30A; }
span { border-color: rgb(68,195,10); }
td.TdClassName
{
border-color: #44C30A;
}
.TagClassName
{
border-color: #44C30A;
}
</style>