Shades of Kelly Green #44D201
Tints of Kelly Green #44D201
RGB
CMYK
RGB Variations
Color information
#44D201 (or 0x44D201) is known color: Kelly Green. HEX triplet: 44, D2 and 01. RGB value is (68,210,1). Sum of RGB (Red+Green+Blue) = 68+210+1=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 210 (82.42% from 255 or 75.27% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 210 - color contains mainly: green. Hex color #44D201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44D201 is #BB2DFE. Grayscale: #909090. Windows color (decimal): -12267007 or 119364. OLE color: 119364.
HSL color Cylindrical-coordinate representation of color #44D201: hue angle of 100.77º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44D201 is Cyan = 0.68, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 210 | 1 | - |
| CMYK | 0.68 | 0 | 1.00 | 0.18 |
| HSL | 100.77º | 0.99% | 0.41% | - |
| HSV(B) | 100.77º | 1% | 0.82% | - |
| XYZ | 25.44 | 47.32 | 7.82 | - |
| YUV | 143.72 | 47.46 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 210 | 1 | 0.68 | 0 | 1.00 | 0.18 | 100.77 | 0.99 | 0.41 |
| Hex | 44 | D2 | 1 | 44 | 0 | 64 | 12 | 65 | 63 | 29 |
| Octal | 104 | 322 | 1 | 104 | 0 | 144 | 22 | 145 | 143 | 51 |
| Binary | 1000100 | 11010010 | 1 | 1000100 | 0 | 1100100 | 10010 | 1100101 | 1100011 | 101001 |
Color Harmonies of #44D201
Complementary color
Monochromatic Colors of #44D201
Black with #44D201
Text Example
Text Example
White with #44D201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D201; }
p { color: rgb(68,210,1); }
H1.HeaderClassName
{
color: #44D201;
}
.AnyTagClassName
{
color: #44D201;
}
</style>
background-color css
<style>
a { background-color: #44D201; }
a { background-color: rgb(68,210,1); }
div.DivClassName
{
background-color: #44D201;
}
.BgClassName
{
background-color: #44D201;
}
</style>
border-color css
<style>
span { border-color: #44D201; }
span { border-color: rgb(68,210,1); }
td.TdClassName
{
border-color: #44D201;
}
.TagClassName
{
border-color: #44D201;
}
</style>