Shades of Kelly Green #42B40F
Tints of Kelly Green #42B40F
RGB
CMYK
RGB Variations
Color information
#42B40F (or 0x42B40F) is known color: Kelly Green. HEX triplet: 42, B4 and 0F. RGB value is (66,180,15). Sum of RGB (Red+Green+Blue) = 66+180+15=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 180 (70.70% from 255 or 68.97% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 180 - color contains mainly: green. Hex color #42B40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B40F is #BD4BF0. Grayscale: #7F7F7F. Windows color (decimal): -12405745 or 1029186. OLE color: 1029186.
HSL color Cylindrical-coordinate representation of color #42B40F: hue angle of 101.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42B40F is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 15 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.29 |
| HSL | 101.45º | 0.85% | 0.38% | - |
| HSV(B) | 101.45º | 0.92% | 0.71% | - |
| XYZ | 18.65 | 33.84 | 6 | - |
| YUV | 127.1 | 64.73 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 15 | 0.63 | 0 | 0.92 | 0.29 | 101.45 | 0.85 | 0.38 |
| Hex | 42 | B4 | F | 3F | 0 | 5C | 1D | 65 | 55 | 26 |
| Octal | 102 | 264 | 17 | 77 | 0 | 134 | 35 | 145 | 125 | 46 |
| Binary | 1000010 | 10110100 | 1111 | 111111 | 0 | 1011100 | 11101 | 1100101 | 1010101 | 100110 |
Color Harmonies of #42B40F
Complementary color
Monochromatic Colors of #42B40F
Black with #42B40F
Text Example
Text Example
White with #42B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B40F; }
p { color: rgb(66,180,15); }
H1.HeaderClassName
{
color: #42B40F;
}
.AnyTagClassName
{
color: #42B40F;
}
</style>
background-color css
<style>
a { background-color: #42B40F; }
a { background-color: rgb(66,180,15); }
div.DivClassName
{
background-color: #42B40F;
}
.BgClassName
{
background-color: #42B40F;
}
</style>
border-color css
<style>
span { border-color: #42B40F; }
span { border-color: rgb(66,180,15); }
td.TdClassName
{
border-color: #42B40F;
}
.TagClassName
{
border-color: #42B40F;
}
</style>