Shades of Kelly Green #42BB14
Tints of Kelly Green #42BB14
RGB
CMYK
RGB Variations
Color information
#42BB14 (or 0x42BB14) is known color: Kelly Green. HEX triplet: 42, BB and 14. RGB value is (66,187,20). Sum of RGB (Red+Green+Blue) = 66+187+20=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 187 (73.44% from 255 or 68.50% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BB14 is #BD44EB. Grayscale: #848484. Windows color (decimal): -12403948 or 1358658. OLE color: 1358658.
HSL color Cylindrical-coordinate representation of color #42BB14: hue angle of 103.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42BB14 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 187 | 20 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.27 |
| HSL | 103.47º | 0.81% | 0.41% | - |
| HSV(B) | 103.47º | 0.89% | 0.73% | - |
| XYZ | 20.14 | 36.75 | 6.69 | - |
| YUV | 131.78 | 64.91 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 20 | 0.65 | 0 | 0.89 | 0.27 | 103.47 | 0.81 | 0.41 |
| Hex | 42 | BB | 14 | 41 | 0 | 59 | 1B | 67 | 51 | 29 |
| Octal | 102 | 273 | 24 | 101 | 0 | 131 | 33 | 147 | 121 | 51 |
| Binary | 1000010 | 10111011 | 10100 | 1000001 | 0 | 1011001 | 11011 | 1100111 | 1010001 | 101001 |
Color Harmonies of #42BB14
Complementary color
Monochromatic Colors of #42BB14
Black with #42BB14
Text Example
Text Example
White with #42BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BB14; }
p { color: rgb(66,187,20); }
H1.HeaderClassName
{
color: #42BB14;
}
.AnyTagClassName
{
color: #42BB14;
}
</style>
background-color css
<style>
a { background-color: #42BB14; }
a { background-color: rgb(66,187,20); }
div.DivClassName
{
background-color: #42BB14;
}
.BgClassName
{
background-color: #42BB14;
}
</style>
border-color css
<style>
span { border-color: #42BB14; }
span { border-color: rgb(66,187,20); }
td.TdClassName
{
border-color: #42BB14;
}
.TagClassName
{
border-color: #42BB14;
}
</style>