Shades of Kelly Green #43DC14
Tints of Kelly Green #43DC14
RGB
CMYK
RGB Variations
Color information
#43DC14 (or 0x43DC14) is known color: Kelly Green. HEX triplet: 43, DC and 14. RGB value is (67,220,20). Sum of RGB (Red+Green+Blue) = 67+220+20=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43DC14 is #BC23EB. Grayscale: #989898. Windows color (decimal): -12329964 or 1367107. OLE color: 1367107.
HSL color Cylindrical-coordinate representation of color #43DC14: hue angle of 105.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43DC14 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 20 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.14 |
| HSL | 105.9º | 0.83% | 0.47% | - |
| HSV(B) | 105.9º | 0.91% | 0.86% | - |
| XYZ | 28.03 | 52.43 | 9.3 | - |
| YUV | 151.45 | 53.81 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 20 | 0.70 | 0 | 0.91 | 0.14 | 105.9 | 0.83 | 0.47 |
| Hex | 43 | DC | 14 | 46 | 0 | 5B | E | 6A | 53 | 2F |
| Octal | 103 | 334 | 24 | 106 | 0 | 133 | 16 | 152 | 123 | 57 |
| Binary | 1000011 | 11011100 | 10100 | 1000110 | 0 | 1011011 | 1110 | 1101010 | 1010011 | 101111 |
Color Harmonies of #43DC14
Complementary color
Monochromatic Colors of #43DC14
Black with #43DC14
Text Example
Text Example
White with #43DC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DC14; }
p { color: rgb(67,220,20); }
H1.HeaderClassName
{
color: #43DC14;
}
.AnyTagClassName
{
color: #43DC14;
}
</style>
background-color css
<style>
a { background-color: #43DC14; }
a { background-color: rgb(67,220,20); }
div.DivClassName
{
background-color: #43DC14;
}
.BgClassName
{
background-color: #43DC14;
}
</style>
border-color css
<style>
span { border-color: #43DC14; }
span { border-color: rgb(67,220,20); }
td.TdClassName
{
border-color: #43DC14;
}
.TagClassName
{
border-color: #43DC14;
}
</style>