Shades of Kelly Green #29BD00
Tints of Kelly Green #29BD00
RGB
CMYK
RGB Variations
Color information
#29BD00 (or 0x29BD00) is known color: Kelly Green. HEX triplet: 29, BD and 00. RGB value is (41,189,0). Sum of RGB (Red+Green+Blue) = 41+189+0=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 189 (74.22% from 255 or 82.17% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29BD00 is #D642FF. Grayscale: #7B7B7B. Windows color (decimal): -14041856 or 48425. OLE color: 48425.
HSL color Cylindrical-coordinate representation of color #29BD00: hue angle of 106.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29BD00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 0 | - |
| CMYK | 0.78 | 0 | 1 | 0.26 |
| HSL | 106.98º | 1% | 0.37% | - |
| HSV(B) | 106.98º | 1% | 0.74% | - |
| XYZ | 19.11 | 36.87 | 6.11 | - |
| YUV | 123.2 | 58.47 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 0 | 0.78 | 0 | 1 | 0.26 | 106.98 | 1 | 0.37 |
| Hex | 29 | BD | 0 | 4E | 0 | 64 | 1A | 6B | 64 | 25 |
| Octal | 51 | 275 | 0 | 116 | 0 | 144 | 32 | 153 | 144 | 45 |
| Binary | 101001 | 10111101 | 0 | 1001110 | 0 | 1100100 | 11010 | 1101011 | 1100100 | 100101 |
Color Harmonies of #29BD00
Complementary color
Monochromatic Colors of #29BD00
Black with #29BD00
Text Example
Text Example
White with #29BD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BD00; }
p { color: rgb(41,189,0); }
H1.HeaderClassName
{
color: #29BD00;
}
.AnyTagClassName
{
color: #29BD00;
}
</style>
background-color css
<style>
a { background-color: #29BD00; }
a { background-color: rgb(41,189,0); }
div.DivClassName
{
background-color: #29BD00;
}
.BgClassName
{
background-color: #29BD00;
}
</style>
border-color css
<style>
span { border-color: #29BD00; }
span { border-color: rgb(41,189,0); }
td.TdClassName
{
border-color: #29BD00;
}
.TagClassName
{
border-color: #29BD00;
}
</style>