Shades of Kelly Green #42BC06
Tints of Kelly Green #42BC06
RGB
CMYK
RGB Variations
Color information
#42BC06 (or 0x42BC06) is known color: Kelly Green. HEX triplet: 42, BC and 06. RGB value is (66,188,6). Sum of RGB (Red+Green+Blue) = 66+188+6=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 188 (73.83% from 255 or 72.31% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC06 is #BD43F9. Grayscale: #838383. Windows color (decimal): -12403706 or 441410. OLE color: 441410.
HSL color Cylindrical-coordinate representation of color #42BC06: hue angle of 100.22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42BC06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.26 |
| HSL | 100.22º | 0.94% | 0.38% | - |
| HSV(B) | 100.22º | 0.97% | 0.74% | - |
| XYZ | 20.26 | 37.14 | 6.27 | - |
| YUV | 130.77 | 57.58 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 6 | 0.65 | 0 | 0.97 | 0.26 | 100.22 | 0.94 | 0.38 |
| Hex | 42 | BC | 6 | 41 | 0 | 61 | 1A | 64 | 5E | 26 |
| Octal | 102 | 274 | 6 | 101 | 0 | 141 | 32 | 144 | 136 | 46 |
| Binary | 1000010 | 10111100 | 110 | 1000001 | 0 | 1100001 | 11010 | 1100100 | 1011110 | 100110 |
Color Harmonies of #42BC06
Complementary color
Monochromatic Colors of #42BC06
Black with #42BC06
Text Example
Text Example
White with #42BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC06; }
p { color: rgb(66,188,6); }
H1.HeaderClassName
{
color: #42BC06;
}
.AnyTagClassName
{
color: #42BC06;
}
</style>
background-color css
<style>
a { background-color: #42BC06; }
a { background-color: rgb(66,188,6); }
div.DivClassName
{
background-color: #42BC06;
}
.BgClassName
{
background-color: #42BC06;
}
</style>
border-color css
<style>
span { border-color: #42BC06; }
span { border-color: rgb(66,188,6); }
td.TdClassName
{
border-color: #42BC06;
}
.TagClassName
{
border-color: #42BC06;
}
</style>