Shades of Kelly Green #42B71F
Tints of Kelly Green #42B71F
RGB
CMYK
RGB Variations
Color information
#42B71F (or 0x42B71F) is known color: Kelly Green. HEX triplet: 42, B7 and 1F. RGB value is (66,183,31). Sum of RGB (Red+Green+Blue) = 66+183+31=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #42B71F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B71F is #BD48E0. Grayscale: #838383. Windows color (decimal): -12404961 or 2078530. OLE color: 2078530.
HSL color Cylindrical-coordinate representation of color #42B71F: hue angle of 106.18º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42B71F is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 31 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.28 |
| HSL | 106.18º | 0.71% | 0.42% | - |
| HSV(B) | 106.18º | 0.83% | 0.72% | - |
| XYZ | 19.43 | 35.12 | 7.05 | - |
| YUV | 130.69 | 71.74 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 31 | 0.64 | 0 | 0.83 | 0.28 | 106.18 | 0.71 | 0.42 |
| Hex | 42 | B7 | 1F | 40 | 0 | 53 | 1C | 6A | 47 | 2A |
| Octal | 102 | 267 | 37 | 100 | 0 | 123 | 34 | 152 | 107 | 52 |
| Binary | 1000010 | 10110111 | 11111 | 1000000 | 0 | 1010011 | 11100 | 1101010 | 1000111 | 101010 |
Color Harmonies of #42B71F
Complementary color
Monochromatic Colors of #42B71F
Black with #42B71F
Text Example
Text Example
White with #42B71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B71F; }
p { color: rgb(66,183,31); }
H1.HeaderClassName
{
color: #42B71F;
}
.AnyTagClassName
{
color: #42B71F;
}
</style>
background-color css
<style>
a { background-color: #42B71F; }
a { background-color: rgb(66,183,31); }
div.DivClassName
{
background-color: #42B71F;
}
.BgClassName
{
background-color: #42B71F;
}
</style>
border-color css
<style>
span { border-color: #42B71F; }
span { border-color: rgb(66,183,31); }
td.TdClassName
{
border-color: #42B71F;
}
.TagClassName
{
border-color: #42B71F;
}
</style>