Shades of Kelly Green #44DC0F
Tints of Kelly Green #44DC0F
RGB
CMYK
RGB Variations
Color information
#44DC0F (or 0x44DC0F) is known color: Kelly Green. HEX triplet: 44, DC and 0F. RGB value is (68,220,15). Sum of RGB (Red+Green+Blue) = 68+220+15=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #44DC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44DC0F is #BB23F0. Grayscale: #979797. Windows color (decimal): -12264433 or 1039428. OLE color: 1039428.
HSL color Cylindrical-coordinate representation of color #44DC0F: hue angle of 104.49º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44DC0F is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 220 | 15 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.14 |
| HSL | 104.49º | 0.87% | 0.46% | - |
| HSV(B) | 104.49º | 0.93% | 0.86% | - |
| XYZ | 28.06 | 52.45 | 9.1 | - |
| YUV | 151.18 | 51.14 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 15 | 0.69 | 0 | 0.93 | 0.14 | 104.49 | 0.87 | 0.46 |
| Hex | 44 | DC | F | 45 | 0 | 5D | E | 68 | 57 | 2E |
| Octal | 104 | 334 | 17 | 105 | 0 | 135 | 16 | 150 | 127 | 56 |
| Binary | 1000100 | 11011100 | 1111 | 1000101 | 0 | 1011101 | 1110 | 1101000 | 1010111 | 101110 |
Color Harmonies of #44DC0F
Complementary color
Monochromatic Colors of #44DC0F
Black with #44DC0F
Text Example
Text Example
White with #44DC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DC0F; }
p { color: rgb(68,220,15); }
H1.HeaderClassName
{
color: #44DC0F;
}
.AnyTagClassName
{
color: #44DC0F;
}
</style>
background-color css
<style>
a { background-color: #44DC0F; }
a { background-color: rgb(68,220,15); }
div.DivClassName
{
background-color: #44DC0F;
}
.BgClassName
{
background-color: #44DC0F;
}
</style>
border-color css
<style>
span { border-color: #44DC0F; }
span { border-color: rgb(68,220,15); }
td.TdClassName
{
border-color: #44DC0F;
}
.TagClassName
{
border-color: #44DC0F;
}
</style>