Shades of Kelly Green #44B430
Tints of Kelly Green #44B430
RGB
CMYK
RGB Variations
Color information
#44B430 (or 0x44B430) is known color: Kelly Green. HEX triplet: 44, B4 and 30. RGB value is (68,180,48). Sum of RGB (Red+Green+Blue) = 68+180+48=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #44B430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B430 is #BB4BCF. Grayscale: #838383. Windows color (decimal): -12274640 or 3191876. OLE color: 3191876.
HSL color Cylindrical-coordinate representation of color #44B430: hue angle of 110.91º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44B430 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 180 | 48 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.29 |
| HSL | 110.91º | 0.58% | 0.45% | - |
| HSV(B) | 110.91º | 0.73% | 0.71% | - |
| XYZ | 19.24 | 34.08 | 8.36 | - |
| YUV | 131.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 180 | 48 | 0.62 | 0 | 0.73 | 0.29 | 110.91 | 0.58 | 0.45 |
| Hex | 44 | B4 | 30 | 3E | 0 | 49 | 1D | 6F | 3A | 2D |
| Octal | 104 | 264 | 60 | 76 | 0 | 111 | 35 | 157 | 72 | 55 |
| Binary | 1000100 | 10110100 | 110000 | 111110 | 0 | 1001001 | 11101 | 1101111 | 111010 | 101101 |
Color Harmonies of #44B430
Complementary color
Monochromatic Colors of #44B430
Black with #44B430
Text Example
Text Example
White with #44B430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B430; }
p { color: rgb(68,180,48); }
H1.HeaderClassName
{
color: #44B430;
}
.AnyTagClassName
{
color: #44B430;
}
</style>
background-color css
<style>
a { background-color: #44B430; }
a { background-color: rgb(68,180,48); }
div.DivClassName
{
background-color: #44B430;
}
.BgClassName
{
background-color: #44B430;
}
</style>
border-color css
<style>
span { border-color: #44B430; }
span { border-color: rgb(68,180,48); }
td.TdClassName
{
border-color: #44B430;
}
.TagClassName
{
border-color: #44B430;
}
</style>