Shades of Kelly Green #43C012
Tints of Kelly Green #43C012
RGB
CMYK
RGB Variations
Color information
#43C012 (or 0x43C012) is known color: Kelly Green. HEX triplet: 43, C0 and 12. RGB value is (67,192,18). Sum of RGB (Red+Green+Blue) = 67+192+18=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #43C012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43C012 is #BC3FED. Grayscale: #878787. Windows color (decimal): -12337134 or 1228867. OLE color: 1228867.
HSL color Cylindrical-coordinate representation of color #43C012: hue angle of 103.1º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #43C012 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 18 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.25 |
| HSL | 103.1º | 0.83% | 0.41% | - |
| HSV(B) | 103.1º | 0.91% | 0.75% | - |
| XYZ | 21.27 | 38.94 | 6.97 | - |
| YUV | 134.79 | 62.09 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 18 | 0.65 | 0 | 0.91 | 0.25 | 103.1 | 0.83 | 0.41 |
| Hex | 43 | C0 | 12 | 41 | 0 | 5B | 19 | 67 | 53 | 29 |
| Octal | 103 | 300 | 22 | 101 | 0 | 133 | 31 | 147 | 123 | 51 |
| Binary | 1000011 | 11000000 | 10010 | 1000001 | 0 | 1011011 | 11001 | 1100111 | 1010011 | 101001 |
Color Harmonies of #43C012
Complementary color
Monochromatic Colors of #43C012
Black with #43C012
Text Example
Text Example
White with #43C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C012; }
p { color: rgb(67,192,18); }
H1.HeaderClassName
{
color: #43C012;
}
.AnyTagClassName
{
color: #43C012;
}
</style>
background-color css
<style>
a { background-color: #43C012; }
a { background-color: rgb(67,192,18); }
div.DivClassName
{
background-color: #43C012;
}
.BgClassName
{
background-color: #43C012;
}
</style>
border-color css
<style>
span { border-color: #43C012; }
span { border-color: rgb(67,192,18); }
td.TdClassName
{
border-color: #43C012;
}
.TagClassName
{
border-color: #43C012;
}
</style>