Shades of Kelly Green #44B71B
Tints of Kelly Green #44B71B
RGB
CMYK
RGB Variations
Color information
#44B71B (or 0x44B71B) is known color: Kelly Green. HEX triplet: 44, B7 and 1B. RGB value is (68,183,27). Sum of RGB (Red+Green+Blue) = 68+183+27=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #44B71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B71B is #BB48E4. Grayscale: #838383. Windows color (decimal): -12273893 or 1816388. OLE color: 1816388.
HSL color Cylindrical-coordinate representation of color #44B71B: hue angle of 104.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44B71B is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 27 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.28 |
| HSL | 104.23º | 0.74% | 0.41% | - |
| HSV(B) | 104.23º | 0.85% | 0.72% | - |
| XYZ | 19.52 | 35.18 | 6.8 | - |
| YUV | 130.83 | 69.4 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 27 | 0.63 | 0 | 0.85 | 0.28 | 104.23 | 0.74 | 0.41 |
| Hex | 44 | B7 | 1B | 3F | 0 | 55 | 1C | 68 | 4A | 29 |
| Octal | 104 | 267 | 33 | 77 | 0 | 125 | 34 | 150 | 112 | 51 |
| Binary | 1000100 | 10110111 | 11011 | 111111 | 0 | 1010101 | 11100 | 1101000 | 1001010 | 101001 |
Color Harmonies of #44B71B
Complementary color
Monochromatic Colors of #44B71B
Black with #44B71B
Text Example
Text Example
White with #44B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B71B; }
p { color: rgb(68,183,27); }
H1.HeaderClassName
{
color: #44B71B;
}
.AnyTagClassName
{
color: #44B71B;
}
</style>
background-color css
<style>
a { background-color: #44B71B; }
a { background-color: rgb(68,183,27); }
div.DivClassName
{
background-color: #44B71B;
}
.BgClassName
{
background-color: #44B71B;
}
</style>
border-color css
<style>
span { border-color: #44B71B; }
span { border-color: rgb(68,183,27); }
td.TdClassName
{
border-color: #44B71B;
}
.TagClassName
{
border-color: #44B71B;
}
</style>