Shades of Kelly Green #42B71D
Tints of Kelly Green #42B71D
RGB
CMYK
RGB Variations
Color information
#42B71D (or 0x42B71D) is known color: Kelly Green. HEX triplet: 42, B7 and 1D. RGB value is (66,183,29). Sum of RGB (Red+Green+Blue) = 66+183+29=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #42B71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B71D is #BD48E2. Grayscale: #828282. Windows color (decimal): -12404963 or 1947458. OLE color: 1947458.
HSL color Cylindrical-coordinate representation of color #42B71D: hue angle of 105.58º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B71D is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 29 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.28 |
| HSL | 105.58º | 0.73% | 0.42% | - |
| HSV(B) | 105.58º | 0.84% | 0.72% | - |
| XYZ | 19.4 | 35.11 | 6.92 | - |
| YUV | 130.46 | 70.74 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 29 | 0.64 | 0 | 0.84 | 0.28 | 105.58 | 0.73 | 0.42 |
| Hex | 42 | B7 | 1D | 40 | 0 | 54 | 1C | 6A | 49 | 2A |
| Octal | 102 | 267 | 35 | 100 | 0 | 124 | 34 | 152 | 111 | 52 |
| Binary | 1000010 | 10110111 | 11101 | 1000000 | 0 | 1010100 | 11100 | 1101010 | 1001001 | 101010 |
Color Harmonies of #42B71D
Complementary color
Monochromatic Colors of #42B71D
Black with #42B71D
Text Example
Text Example
White with #42B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B71D; }
p { color: rgb(66,183,29); }
H1.HeaderClassName
{
color: #42B71D;
}
.AnyTagClassName
{
color: #42B71D;
}
</style>
background-color css
<style>
a { background-color: #42B71D; }
a { background-color: rgb(66,183,29); }
div.DivClassName
{
background-color: #42B71D;
}
.BgClassName
{
background-color: #42B71D;
}
</style>
border-color css
<style>
span { border-color: #42B71D; }
span { border-color: rgb(66,183,29); }
td.TdClassName
{
border-color: #42B71D;
}
.TagClassName
{
border-color: #42B71D;
}
</style>