Shades of Kelly Green #44BE18
Tints of Kelly Green #44BE18
RGB
CMYK
RGB Variations
Color information
#44BE18 (or 0x44BE18) is known color: Kelly Green. HEX triplet: 44, BE and 18. RGB value is (68,190,24). Sum of RGB (Red+Green+Blue) = 68+190+24=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 190 (74.61% from 255 or 67.38% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44BE18 is #BB41E7. Grayscale: #878787. Windows color (decimal): -12272104 or 1621572. OLE color: 1621572.
HSL color Cylindrical-coordinate representation of color #44BE18: hue angle of 104.1º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44BE18 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 190 | 24 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.25 |
| HSL | 104.1º | 0.78% | 0.42% | - |
| HSV(B) | 104.1º | 0.87% | 0.75% | - |
| XYZ | 20.96 | 38.12 | 7.12 | - |
| YUV | 134.6 | 65.58 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 24 | 0.64 | 0 | 0.87 | 0.25 | 104.1 | 0.78 | 0.42 |
| Hex | 44 | BE | 18 | 40 | 0 | 57 | 19 | 68 | 4E | 2A |
| Octal | 104 | 276 | 30 | 100 | 0 | 127 | 31 | 150 | 116 | 52 |
| Binary | 1000100 | 10111110 | 11000 | 1000000 | 0 | 1010111 | 11001 | 1101000 | 1001110 | 101010 |
Color Harmonies of #44BE18
Complementary color
Monochromatic Colors of #44BE18
Black with #44BE18
Text Example
Text Example
White with #44BE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BE18; }
p { color: rgb(68,190,24); }
H1.HeaderClassName
{
color: #44BE18;
}
.AnyTagClassName
{
color: #44BE18;
}
</style>
background-color css
<style>
a { background-color: #44BE18; }
a { background-color: rgb(68,190,24); }
div.DivClassName
{
background-color: #44BE18;
}
.BgClassName
{
background-color: #44BE18;
}
</style>
border-color css
<style>
span { border-color: #44BE18; }
span { border-color: rgb(68,190,24); }
td.TdClassName
{
border-color: #44BE18;
}
.TagClassName
{
border-color: #44BE18;
}
</style>