Shades of Kelly Green #44D61B
Tints of Kelly Green #44D61B
RGB
CMYK
RGB Variations
Color information
#44D61B (or 0x44D61B) is known color: Kelly Green. HEX triplet: 44, D6 and 1B. RGB value is (68,214,27). Sum of RGB (Red+Green+Blue) = 68+214+27=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 214 (83.98% from 255 or 69.26% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 214 - color contains mainly: green. Hex color #44D61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D61B is #BB29E4. Grayscale: #959595. Windows color (decimal): -12265957 or 1824324. OLE color: 1824324.
HSL color Cylindrical-coordinate representation of color #44D61B: hue angle of 106.84º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44D61B is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 214 | 27 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.16 |
| HSL | 106.84º | 0.78% | 0.47% | - |
| HSV(B) | 106.84º | 0.87% | 0.84% | - |
| XYZ | 26.63 | 49.4 | 9.17 | - |
| YUV | 149.03 | 59.13 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 27 | 0.68 | 0 | 0.87 | 0.16 | 106.84 | 0.78 | 0.47 |
| Hex | 44 | D6 | 1B | 44 | 0 | 57 | 10 | 6B | 4E | 2F |
| Octal | 104 | 326 | 33 | 104 | 0 | 127 | 20 | 153 | 116 | 57 |
| Binary | 1000100 | 11010110 | 11011 | 1000100 | 0 | 1010111 | 10000 | 1101011 | 1001110 | 101111 |
Color Harmonies of #44D61B
Complementary color
Monochromatic Colors of #44D61B
Black with #44D61B
Text Example
Text Example
White with #44D61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D61B; }
p { color: rgb(68,214,27); }
H1.HeaderClassName
{
color: #44D61B;
}
.AnyTagClassName
{
color: #44D61B;
}
</style>
background-color css
<style>
a { background-color: #44D61B; }
a { background-color: rgb(68,214,27); }
div.DivClassName
{
background-color: #44D61B;
}
.BgClassName
{
background-color: #44D61B;
}
</style>
border-color css
<style>
span { border-color: #44D61B; }
span { border-color: rgb(68,214,27); }
td.TdClassName
{
border-color: #44D61B;
}
.TagClassName
{
border-color: #44D61B;
}
</style>