Shades of Kelly Green #42BC0E
Tints of Kelly Green #42BC0E
RGB
CMYK
RGB Variations
Color information
#42BC0E (or 0x42BC0E) is known color: Kelly Green. HEX triplet: 42, BC and 0E. RGB value is (66,188,14). Sum of RGB (Red+Green+Blue) = 66+188+14=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC0E is #BD43F1. Grayscale: #848484. Windows color (decimal): -12403698 or 965698. OLE color: 965698.
HSL color Cylindrical-coordinate representation of color #42BC0E: hue angle of 102.07º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42BC0E is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 14 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.26 |
| HSL | 102.07º | 0.86% | 0.4% | - |
| HSV(B) | 102.07º | 0.93% | 0.74% | - |
| XYZ | 20.31 | 37.16 | 6.52 | - |
| YUV | 131.69 | 61.58 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 14 | 0.65 | 0 | 0.93 | 0.26 | 102.07 | 0.86 | 0.4 |
| Hex | 42 | BC | E | 41 | 0 | 5D | 1A | 66 | 56 | 28 |
| Octal | 102 | 274 | 16 | 101 | 0 | 135 | 32 | 146 | 126 | 50 |
| Binary | 1000010 | 10111100 | 1110 | 1000001 | 0 | 1011101 | 11010 | 1100110 | 1010110 | 101000 |
Color Harmonies of #42BC0E
Complementary color
Monochromatic Colors of #42BC0E
Black with #42BC0E
Text Example
Text Example
White with #42BC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC0E; }
p { color: rgb(66,188,14); }
H1.HeaderClassName
{
color: #42BC0E;
}
.AnyTagClassName
{
color: #42BC0E;
}
</style>
background-color css
<style>
a { background-color: #42BC0E; }
a { background-color: rgb(66,188,14); }
div.DivClassName
{
background-color: #42BC0E;
}
.BgClassName
{
background-color: #42BC0E;
}
</style>
border-color css
<style>
span { border-color: #42BC0E; }
span { border-color: rgb(66,188,14); }
td.TdClassName
{
border-color: #42BC0E;
}
.TagClassName
{
border-color: #42BC0E;
}
</style>