Shades of Kelly Green #429B01
Tints of Kelly Green #429B01
RGB
CMYK
RGB Variations
Color information
#429B01 (or 0x429B01) is known color: Kelly Green. HEX triplet: 42, 9B and 01. RGB value is (66,155,1). Sum of RGB (Red+Green+Blue) = 66+155+1=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 155 (60.94% from 255 or 69.82% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 155 - color contains mainly: green. Hex color #429B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #429B01 is #BD64FE. Grayscale: #6F6F6F. Windows color (decimal): -12412159 or 105282. OLE color: 105282.
HSL color Cylindrical-coordinate representation of color #429B01: hue angle of 94.68º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #429B01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 155 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.39 |
| HSL | 94.68º | 0.99% | 0.31% | - |
| HSV(B) | 94.68º | 0.99% | 0.61% | - |
| XYZ | 13.97 | 24.6 | 4.04 | - |
| YUV | 110.83 | 66.01 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 1 | 0.57 | 0 | 0.99 | 0.39 | 94.68 | 0.99 | 0.31 |
| Hex | 42 | 9B | 1 | 39 | 0 | 63 | 27 | 5F | 63 | 1F |
| Octal | 102 | 233 | 1 | 71 | 0 | 143 | 47 | 137 | 143 | 37 |
| Binary | 1000010 | 10011011 | 1 | 111001 | 0 | 1100011 | 100111 | 1011111 | 1100011 | 11111 |
Color Harmonies of #429B01
Complementary color
Monochromatic Colors of #429B01
Black with #429B01
Text Example
Text Example
White with #429B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429B01; }
p { color: rgb(66,155,1); }
H1.HeaderClassName
{
color: #429B01;
}
.AnyTagClassName
{
color: #429B01;
}
</style>
background-color css
<style>
a { background-color: #429B01; }
a { background-color: rgb(66,155,1); }
div.DivClassName
{
background-color: #429B01;
}
.BgClassName
{
background-color: #429B01;
}
</style>
border-color css
<style>
span { border-color: #429B01; }
span { border-color: rgb(66,155,1); }
td.TdClassName
{
border-color: #429B01;
}
.TagClassName
{
border-color: #429B01;
}
</style>