Shades of Kelly Green #43AD05
Tints of Kelly Green #43AD05
RGB
CMYK
RGB Variations
Color information
#43AD05 (or 0x43AD05) is known color: Kelly Green. HEX triplet: 43, AD and 05. RGB value is (67,173,5). Sum of RGB (Red+Green+Blue) = 67+173+5=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43AD05 is #BC52FA. Grayscale: #7A7A7A. Windows color (decimal): -12342011 or 372035. OLE color: 372035.
HSL color Cylindrical-coordinate representation of color #43AD05: hue angle of 97.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43AD05 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 5 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.32 |
| HSL | 97.86º | 0.94% | 0.35% | - |
| HSV(B) | 97.86º | 0.97% | 0.68% | - |
| XYZ | 17.29 | 31.09 | 5.23 | - |
| YUV | 122.15 | 61.88 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 5 | 0.61 | 0 | 0.97 | 0.32 | 97.86 | 0.94 | 0.35 |
| Hex | 43 | AD | 5 | 3D | 0 | 61 | 20 | 62 | 5E | 23 |
| Octal | 103 | 255 | 5 | 75 | 0 | 141 | 40 | 142 | 136 | 43 |
| Binary | 1000011 | 10101101 | 101 | 111101 | 0 | 1100001 | 100000 | 1100010 | 1011110 | 100011 |
Color Harmonies of #43AD05
Complementary color
Monochromatic Colors of #43AD05
Black with #43AD05
Text Example
Text Example
White with #43AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD05; }
p { color: rgb(67,173,5); }
H1.HeaderClassName
{
color: #43AD05;
}
.AnyTagClassName
{
color: #43AD05;
}
</style>
background-color css
<style>
a { background-color: #43AD05; }
a { background-color: rgb(67,173,5); }
div.DivClassName
{
background-color: #43AD05;
}
.BgClassName
{
background-color: #43AD05;
}
</style>
border-color css
<style>
span { border-color: #43AD05; }
span { border-color: rgb(67,173,5); }
td.TdClassName
{
border-color: #43AD05;
}
.TagClassName
{
border-color: #43AD05;
}
</style>