Shades of Kelly Green #42BA06
Tints of Kelly Green #42BA06
RGB
CMYK
RGB Variations
Color information
#42BA06 (or 0x42BA06) is known color: Kelly Green. HEX triplet: 42, BA and 06. RGB value is (66,186,6). Sum of RGB (Red+Green+Blue) = 66+186+6=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BA06 is #BD45F9. Grayscale: #828282. Windows color (decimal): -12404218 or 440898. OLE color: 440898.
HSL color Cylindrical-coordinate representation of color #42BA06: hue angle of 100º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42BA06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 186 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.27 |
| HSL | 100º | 0.94% | 0.38% | - |
| HSV(B) | 100º | 0.97% | 0.73% | - |
| XYZ | 19.84 | 36.29 | 6.13 | - |
| YUV | 129.6 | 58.24 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 6 | 0.65 | 0 | 0.97 | 0.27 | 100 | 0.94 | 0.38 |
| Hex | 42 | BA | 6 | 41 | 0 | 61 | 1B | 64 | 5E | 26 |
| Octal | 102 | 272 | 6 | 101 | 0 | 141 | 33 | 144 | 136 | 46 |
| Binary | 1000010 | 10111010 | 110 | 1000001 | 0 | 1100001 | 11011 | 1100100 | 1011110 | 100110 |
Color Harmonies of #42BA06
Complementary color
Monochromatic Colors of #42BA06
Black with #42BA06
Text Example
Text Example
White with #42BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BA06; }
p { color: rgb(66,186,6); }
H1.HeaderClassName
{
color: #42BA06;
}
.AnyTagClassName
{
color: #42BA06;
}
</style>
background-color css
<style>
a { background-color: #42BA06; }
a { background-color: rgb(66,186,6); }
div.DivClassName
{
background-color: #42BA06;
}
.BgClassName
{
background-color: #42BA06;
}
</style>
border-color css
<style>
span { border-color: #42BA06; }
span { border-color: rgb(66,186,6); }
td.TdClassName
{
border-color: #42BA06;
}
.TagClassName
{
border-color: #42BA06;
}
</style>