Shades of Kelly Green #44BD2D
Tints of Kelly Green #44BD2D
RGB
CMYK
RGB Variations
Color information
#44BD2D (or 0x44BD2D) is known color: Kelly Green. HEX triplet: 44, BD and 2D. RGB value is (68,189,45). Sum of RGB (Red+Green+Blue) = 68+189+45=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD2D is #BB42D2. Grayscale: #888888. Windows color (decimal): -12272339 or 2997572. OLE color: 2997572.
HSL color Cylindrical-coordinate representation of color #44BD2D: hue angle of 110.42º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44BD2D is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 45 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.26 |
| HSL | 110.42º | 0.62% | 0.46% | - |
| HSV(B) | 110.42º | 0.76% | 0.74% | - |
| XYZ | 21.06 | 37.81 | 8.67 | - |
| YUV | 136.41 | 76.41 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 45 | 0.64 | 0 | 0.76 | 0.26 | 110.42 | 0.62 | 0.46 |
| Hex | 44 | BD | 2D | 40 | 0 | 4C | 1A | 6E | 3E | 2E |
| Octal | 104 | 275 | 55 | 100 | 0 | 114 | 32 | 156 | 76 | 56 |
| Binary | 1000100 | 10111101 | 101101 | 1000000 | 0 | 1001100 | 11010 | 1101110 | 111110 | 101110 |
Color Harmonies of #44BD2D
Complementary color
Monochromatic Colors of #44BD2D
Black with #44BD2D
Text Example
Text Example
White with #44BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD2D; }
p { color: rgb(68,189,45); }
H1.HeaderClassName
{
color: #44BD2D;
}
.AnyTagClassName
{
color: #44BD2D;
}
</style>
background-color css
<style>
a { background-color: #44BD2D; }
a { background-color: rgb(68,189,45); }
div.DivClassName
{
background-color: #44BD2D;
}
.BgClassName
{
background-color: #44BD2D;
}
</style>
border-color css
<style>
span { border-color: #44BD2D; }
span { border-color: rgb(68,189,45); }
td.TdClassName
{
border-color: #44BD2D;
}
.TagClassName
{
border-color: #44BD2D;
}
</style>