Shades of Kelly Green #43DD14
Tints of Kelly Green #43DD14
RGB
CMYK
RGB Variations
Color information
#43DD14 (or 0x43DD14) is known color: Kelly Green. HEX triplet: 43, DD and 14. RGB value is (67,221,20). Sum of RGB (Red+Green+Blue) = 67+221+20=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 221 (86.72% from 255 or 71.75% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43DD14 is #BC22EB. Grayscale: #989898. Windows color (decimal): -12329708 or 1367363. OLE color: 1367363.
HSL color Cylindrical-coordinate representation of color #43DD14: hue angle of 105.97º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43DD14 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 20 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.13 |
| HSL | 105.97º | 0.83% | 0.47% | - |
| HSV(B) | 105.97º | 0.91% | 0.87% | - |
| XYZ | 28.3 | 52.96 | 9.39 | - |
| YUV | 152.04 | 53.48 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 20 | 0.70 | 0 | 0.91 | 0.13 | 105.97 | 0.83 | 0.47 |
| Hex | 43 | DD | 14 | 46 | 0 | 5B | D | 6A | 53 | 2F |
| Octal | 103 | 335 | 24 | 106 | 0 | 133 | 15 | 152 | 123 | 57 |
| Binary | 1000011 | 11011101 | 10100 | 1000110 | 0 | 1011011 | 1101 | 1101010 | 1010011 | 101111 |
Color Harmonies of #43DD14
Complementary color
Monochromatic Colors of #43DD14
Black with #43DD14
Text Example
Text Example
White with #43DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD14; }
p { color: rgb(67,221,20); }
H1.HeaderClassName
{
color: #43DD14;
}
.AnyTagClassName
{
color: #43DD14;
}
</style>
background-color css
<style>
a { background-color: #43DD14; }
a { background-color: rgb(67,221,20); }
div.DivClassName
{
background-color: #43DD14;
}
.BgClassName
{
background-color: #43DD14;
}
</style>
border-color css
<style>
span { border-color: #43DD14; }
span { border-color: rgb(67,221,20); }
td.TdClassName
{
border-color: #43DD14;
}
.TagClassName
{
border-color: #43DD14;
}
</style>