Shades of Kelly Green #44D01D
Tints of Kelly Green #44D01D
RGB
CMYK
RGB Variations
Color information
#44D01D (or 0x44D01D) is known color: Kelly Green. HEX triplet: 44, D0 and 1D. RGB value is (68,208,29). Sum of RGB (Red+Green+Blue) = 68+208+29=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #44D01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D01D is #BB2FE2. Grayscale: #929292. Windows color (decimal): -12267491 or 1953860. OLE color: 1953860.
HSL color Cylindrical-coordinate representation of color #44D01D: hue angle of 106.93º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44D01D is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 208 | 29 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.18 |
| HSL | 106.93º | 0.76% | 0.46% | - |
| HSV(B) | 106.93º | 0.86% | 0.82% | - |
| XYZ | 25.16 | 46.43 | 8.8 | - |
| YUV | 145.73 | 62.12 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 208 | 29 | 0.67 | 0 | 0.86 | 0.18 | 106.93 | 0.76 | 0.46 |
| Hex | 44 | D0 | 1D | 43 | 0 | 56 | 12 | 6B | 4C | 2E |
| Octal | 104 | 320 | 35 | 103 | 0 | 126 | 22 | 153 | 114 | 56 |
| Binary | 1000100 | 11010000 | 11101 | 1000011 | 0 | 1010110 | 10010 | 1101011 | 1001100 | 101110 |
Color Harmonies of #44D01D
Complementary color
Monochromatic Colors of #44D01D
Black with #44D01D
Text Example
Text Example
White with #44D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D01D; }
p { color: rgb(68,208,29); }
H1.HeaderClassName
{
color: #44D01D;
}
.AnyTagClassName
{
color: #44D01D;
}
</style>
background-color css
<style>
a { background-color: #44D01D; }
a { background-color: rgb(68,208,29); }
div.DivClassName
{
background-color: #44D01D;
}
.BgClassName
{
background-color: #44D01D;
}
</style>
border-color css
<style>
span { border-color: #44D01D; }
span { border-color: rgb(68,208,29); }
td.TdClassName
{
border-color: #44D01D;
}
.TagClassName
{
border-color: #44D01D;
}
</style>