Shades of Kelly Green #429E01
Tints of Kelly Green #429E01
RGB
CMYK
RGB Variations
Color information
#429E01 (or 0x429E01) is known color: Kelly Green. HEX triplet: 42, 9E and 01. RGB value is (66,158,1). Sum of RGB (Red+Green+Blue) = 66+158+1=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 158 (62.11% from 255 or 70.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 158 - color contains mainly: green. Hex color #429E01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429E01 is #BD61FE. Grayscale: #717171. Windows color (decimal): -12411391 or 106050. OLE color: 106050.
HSL color Cylindrical-coordinate representation of color #429E01: hue angle of 95.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #429E01 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 158 | 1 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.38 |
| HSL | 95.16º | 0.99% | 0.31% | - |
| HSV(B) | 95.16º | 0.99% | 0.62% | - |
| XYZ | 14.48 | 25.61 | 4.21 | - |
| YUV | 112.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 1 | 0.58 | 0 | 0.99 | 0.38 | 95.16 | 0.99 | 0.31 |
| Hex | 42 | 9E | 1 | 3A | 0 | 63 | 26 | 5F | 63 | 1F |
| Octal | 102 | 236 | 1 | 72 | 0 | 143 | 46 | 137 | 143 | 37 |
| Binary | 1000010 | 10011110 | 1 | 111010 | 0 | 1100011 | 100110 | 1011111 | 1100011 | 11111 |
Color Harmonies of #429E01
Complementary color
Monochromatic Colors of #429E01
Black with #429E01
Text Example
Text Example
White with #429E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429E01; }
p { color: rgb(66,158,1); }
H1.HeaderClassName
{
color: #429E01;
}
.AnyTagClassName
{
color: #429E01;
}
</style>
background-color css
<style>
a { background-color: #429E01; }
a { background-color: rgb(66,158,1); }
div.DivClassName
{
background-color: #429E01;
}
.BgClassName
{
background-color: #429E01;
}
</style>
border-color css
<style>
span { border-color: #429E01; }
span { border-color: rgb(66,158,1); }
td.TdClassName
{
border-color: #429E01;
}
.TagClassName
{
border-color: #429E01;
}
</style>