Shades of Kelly Green #29CE01
Tints of Kelly Green #29CE01
RGB
CMYK
RGB Variations
Color information
#29CE01 (or 0x29CE01) is known color: Kelly Green. HEX triplet: 29, CE and 01. RGB value is (41,206,1). Sum of RGB (Red+Green+Blue) = 41+206+1=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 206 (80.86% from 255 or 83.06% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 206 - color contains mainly: green. Hex color #29CE01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CE01 is #D631FE. Grayscale: #858585. Windows color (decimal): -14037503 or 118313. OLE color: 118313.
HSL color Cylindrical-coordinate representation of color #29CE01: hue angle of 108.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29CE01 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 206 | 1 | - |
| CMYK | 0.80 | 0 | 1.00 | 0.19 |
| HSL | 108.29º | 0.99% | 0.41% | - |
| HSV(B) | 108.29º | 1% | 0.81% | - |
| XYZ | 22.99 | 44.62 | 7.43 | - |
| YUV | 133.3 | 53.34 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 206 | 1 | 0.80 | 0 | 1.00 | 0.19 | 108.29 | 0.99 | 0.41 |
| Hex | 29 | CE | 1 | 50 | 0 | 64 | 13 | 6C | 63 | 29 |
| Octal | 51 | 316 | 1 | 120 | 0 | 144 | 23 | 154 | 143 | 51 |
| Binary | 101001 | 11001110 | 1 | 1010000 | 0 | 1100100 | 10011 | 1101100 | 1100011 | 101001 |
Color Harmonies of #29CE01
Complementary color
Monochromatic Colors of #29CE01
Black with #29CE01
Text Example
Text Example
White with #29CE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CE01; }
p { color: rgb(41,206,1); }
H1.HeaderClassName
{
color: #29CE01;
}
.AnyTagClassName
{
color: #29CE01;
}
</style>
background-color css
<style>
a { background-color: #29CE01; }
a { background-color: rgb(41,206,1); }
div.DivClassName
{
background-color: #29CE01;
}
.BgClassName
{
background-color: #29CE01;
}
</style>
border-color css
<style>
span { border-color: #29CE01; }
span { border-color: rgb(41,206,1); }
td.TdClassName
{
border-color: #29CE01;
}
.TagClassName
{
border-color: #29CE01;
}
</style>