Shades of Kelly Green #44B50F
Tints of Kelly Green #44B50F
RGB
CMYK
RGB Variations
Color information
#44B50F (or 0x44B50F) is known color: Kelly Green. HEX triplet: 44, B5 and 0F. RGB value is (68,181,15). Sum of RGB (Red+Green+Blue) = 68+181+15=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 181 (71.09% from 255 or 68.56% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 181 - color contains mainly: green. Hex color #44B50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B50F is #BB4AF0. Grayscale: #808080. Windows color (decimal): -12274417 or 1029444. OLE color: 1029444.
HSL color Cylindrical-coordinate representation of color #44B50F: hue angle of 100.84º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44B50F is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 181 | 15 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.29 |
| HSL | 100.84º | 0.85% | 0.38% | - |
| HSV(B) | 100.84º | 0.92% | 0.71% | - |
| XYZ | 18.99 | 34.31 | 6.07 | - |
| YUV | 128.29 | 64.06 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 181 | 15 | 0.62 | 0 | 0.92 | 0.29 | 100.84 | 0.85 | 0.38 |
| Hex | 44 | B5 | F | 3E | 0 | 5C | 1D | 65 | 55 | 26 |
| Octal | 104 | 265 | 17 | 76 | 0 | 134 | 35 | 145 | 125 | 46 |
| Binary | 1000100 | 10110101 | 1111 | 111110 | 0 | 1011100 | 11101 | 1100101 | 1010101 | 100110 |
Color Harmonies of #44B50F
Complementary color
Monochromatic Colors of #44B50F
Black with #44B50F
Text Example
Text Example
White with #44B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B50F; }
p { color: rgb(68,181,15); }
H1.HeaderClassName
{
color: #44B50F;
}
.AnyTagClassName
{
color: #44B50F;
}
</style>
background-color css
<style>
a { background-color: #44B50F; }
a { background-color: rgb(68,181,15); }
div.DivClassName
{
background-color: #44B50F;
}
.BgClassName
{
background-color: #44B50F;
}
</style>
border-color css
<style>
span { border-color: #44B50F; }
span { border-color: rgb(68,181,15); }
td.TdClassName
{
border-color: #44B50F;
}
.TagClassName
{
border-color: #44B50F;
}
</style>