Shades of Kelly Green #44CF1A
Tints of Kelly Green #44CF1A
RGB
CMYK
RGB Variations
Color information
#44CF1A (or 0x44CF1A) is known color: Kelly Green. HEX triplet: 44, CF and 1A. RGB value is (68,207,26). Sum of RGB (Red+Green+Blue) = 68+207+26=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 207 (81.25% from 255 or 68.77% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CF1A is #BB30E5. Grayscale: #919191. Windows color (decimal): -12267750 or 1756996. OLE color: 1756996.
HSL color Cylindrical-coordinate representation of color #44CF1A: hue angle of 106.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44CF1A is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 26 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.19 |
| HSL | 106.08º | 0.78% | 0.46% | - |
| HSV(B) | 106.08º | 0.87% | 0.81% | - |
| XYZ | 24.88 | 45.93 | 8.53 | - |
| YUV | 144.81 | 60.95 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 26 | 0.67 | 0 | 0.87 | 0.19 | 106.08 | 0.78 | 0.46 |
| Hex | 44 | CF | 1A | 43 | 0 | 57 | 13 | 6A | 4E | 2E |
| Octal | 104 | 317 | 32 | 103 | 0 | 127 | 23 | 152 | 116 | 56 |
| Binary | 1000100 | 11001111 | 11010 | 1000011 | 0 | 1010111 | 10011 | 1101010 | 1001110 | 101110 |
Color Harmonies of #44CF1A
Complementary color
Monochromatic Colors of #44CF1A
Black with #44CF1A
Text Example
Text Example
White with #44CF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF1A; }
p { color: rgb(68,207,26); }
H1.HeaderClassName
{
color: #44CF1A;
}
.AnyTagClassName
{
color: #44CF1A;
}
</style>
background-color css
<style>
a { background-color: #44CF1A; }
a { background-color: rgb(68,207,26); }
div.DivClassName
{
background-color: #44CF1A;
}
.BgClassName
{
background-color: #44CF1A;
}
</style>
border-color css
<style>
span { border-color: #44CF1A; }
span { border-color: rgb(68,207,26); }
td.TdClassName
{
border-color: #44CF1A;
}
.TagClassName
{
border-color: #44CF1A;
}
</style>