Shades of Kelly Green #43D414
Tints of Kelly Green #43D414
RGB
CMYK
RGB Variations
Color information
#43D414 (or 0x43D414) is known color: Kelly Green. HEX triplet: 43, D4 and 14. RGB value is (67,212,20). Sum of RGB (Red+Green+Blue) = 67+212+20=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 212 (83.20% from 255 or 70.90% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 212 - color contains mainly: green. Hex color #43D414 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43D414 is #BC2BEB. Grayscale: #939393. Windows color (decimal): -12332012 or 1365059. OLE color: 1365059.
HSL color Cylindrical-coordinate representation of color #43D414: hue angle of 105.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43D414 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 212 | 20 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.17 |
| HSL | 105.31º | 0.83% | 0.45% | - |
| HSV(B) | 105.31º | 0.91% | 0.83% | - |
| XYZ | 25.98 | 48.33 | 8.62 | - |
| YUV | 146.76 | 56.46 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 212 | 20 | 0.68 | 0 | 0.91 | 0.17 | 105.31 | 0.83 | 0.45 |
| Hex | 43 | D4 | 14 | 44 | 0 | 5B | 11 | 69 | 53 | 2D |
| Octal | 103 | 324 | 24 | 104 | 0 | 133 | 21 | 151 | 123 | 55 |
| Binary | 1000011 | 11010100 | 10100 | 1000100 | 0 | 1011011 | 10001 | 1101001 | 1010011 | 101101 |
Color Harmonies of #43D414
Complementary color
Monochromatic Colors of #43D414
Black with #43D414
Text Example
Text Example
White with #43D414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D414; }
p { color: rgb(67,212,20); }
H1.HeaderClassName
{
color: #43D414;
}
.AnyTagClassName
{
color: #43D414;
}
</style>
background-color css
<style>
a { background-color: #43D414; }
a { background-color: rgb(67,212,20); }
div.DivClassName
{
background-color: #43D414;
}
.BgClassName
{
background-color: #43D414;
}
</style>
border-color css
<style>
span { border-color: #43D414; }
span { border-color: rgb(67,212,20); }
td.TdClassName
{
border-color: #43D414;
}
.TagClassName
{
border-color: #43D414;
}
</style>