Shades of Kelly Green #42B41D
Tints of Kelly Green #42B41D
RGB
CMYK
RGB Variations
Color information
#42B41D (or 0x42B41D) is known color: Kelly Green. HEX triplet: 42, B4 and 1D. RGB value is (66,180,29). Sum of RGB (Red+Green+Blue) = 66+180+29=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #42B41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B41D is #BD4BE2. Grayscale: #818181. Windows color (decimal): -12405731 or 1946690. OLE color: 1946690.
HSL color Cylindrical-coordinate representation of color #42B41D: hue angle of 105.3º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B41D is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 29 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.29 |
| HSL | 105.3º | 0.72% | 0.41% | - |
| HSV(B) | 105.3º | 0.84% | 0.71% | - |
| XYZ | 18.79 | 33.89 | 6.71 | - |
| YUV | 128.7 | 71.73 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 29 | 0.63 | 0 | 0.84 | 0.29 | 105.3 | 0.72 | 0.41 |
| Hex | 42 | B4 | 1D | 3F | 0 | 54 | 1D | 69 | 48 | 29 |
| Octal | 102 | 264 | 35 | 77 | 0 | 124 | 35 | 151 | 110 | 51 |
| Binary | 1000010 | 10110100 | 11101 | 111111 | 0 | 1010100 | 11101 | 1101001 | 1001000 | 101001 |
Color Harmonies of #42B41D
Complementary color
Monochromatic Colors of #42B41D
Black with #42B41D
Text Example
Text Example
White with #42B41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B41D; }
p { color: rgb(66,180,29); }
H1.HeaderClassName
{
color: #42B41D;
}
.AnyTagClassName
{
color: #42B41D;
}
</style>
background-color css
<style>
a { background-color: #42B41D; }
a { background-color: rgb(66,180,29); }
div.DivClassName
{
background-color: #42B41D;
}
.BgClassName
{
background-color: #42B41D;
}
</style>
border-color css
<style>
span { border-color: #42B41D; }
span { border-color: rgb(66,180,29); }
td.TdClassName
{
border-color: #42B41D;
}
.TagClassName
{
border-color: #42B41D;
}
</style>