Shades of Kelly Green #43BD12
Tints of Kelly Green #43BD12
RGB
CMYK
RGB Variations
Color information
#43BD12 (or 0x43BD12) is known color: Kelly Green. HEX triplet: 43, BD and 12. RGB value is (67,189,18). Sum of RGB (Red+Green+Blue) = 67+189+18=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #43BD12 is #BC42ED. Grayscale: #858585. Windows color (decimal): -12337902 or 1228099. OLE color: 1228099.
HSL color Cylindrical-coordinate representation of color #43BD12: hue angle of 102.81º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43BD12 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 18 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.26 |
| HSL | 102.81º | 0.83% | 0.41% | - |
| HSV(B) | 102.81º | 0.9% | 0.74% | - |
| XYZ | 20.62 | 37.63 | 6.75 | - |
| YUV | 133.03 | 63.08 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 18 | 0.65 | 0 | 0.90 | 0.26 | 102.81 | 0.83 | 0.41 |
| Hex | 43 | BD | 12 | 41 | 0 | 5A | 1A | 67 | 53 | 29 |
| Octal | 103 | 275 | 22 | 101 | 0 | 132 | 32 | 147 | 123 | 51 |
| Binary | 1000011 | 10111101 | 10010 | 1000001 | 0 | 1011010 | 11010 | 1100111 | 1010011 | 101001 |
Color Harmonies of #43BD12
Complementary color
Monochromatic Colors of #43BD12
Black with #43BD12
Text Example
Text Example
White with #43BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD12; }
p { color: rgb(67,189,18); }
H1.HeaderClassName
{
color: #43BD12;
}
.AnyTagClassName
{
color: #43BD12;
}
</style>
background-color css
<style>
a { background-color: #43BD12; }
a { background-color: rgb(67,189,18); }
div.DivClassName
{
background-color: #43BD12;
}
.BgClassName
{
background-color: #43BD12;
}
</style>
border-color css
<style>
span { border-color: #43BD12; }
span { border-color: rgb(67,189,18); }
td.TdClassName
{
border-color: #43BD12;
}
.TagClassName
{
border-color: #43BD12;
}
</style>