Shades of Kelly Green #42A41B
Tints of Kelly Green #42A41B
RGB
CMYK
RGB Variations
Color information
#42A41B (or 0x42A41B) is known color: Kelly Green. HEX triplet: 42, A4 and 1B. RGB value is (66,164,27). Sum of RGB (Red+Green+Blue) = 66+164+27=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #42A41B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A41B is #BD5BE4. Grayscale: #777777. Windows color (decimal): -12409829 or 1811522. OLE color: 1811522.
HSL color Cylindrical-coordinate representation of color #42A41B: hue angle of 102.92º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42A41B is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 164 | 27 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.36 |
| HSL | 102.92º | 0.72% | 0.37% | - |
| HSV(B) | 102.92º | 0.84% | 0.64% | - |
| XYZ | 15.72 | 27.79 | 5.57 | - |
| YUV | 119.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 164 | 27 | 0.60 | 0 | 0.84 | 0.36 | 102.92 | 0.72 | 0.37 |
| Hex | 42 | A4 | 1B | 3C | 0 | 54 | 24 | 67 | 48 | 25 |
| Octal | 102 | 244 | 33 | 74 | 0 | 124 | 44 | 147 | 110 | 45 |
| Binary | 1000010 | 10100100 | 11011 | 111100 | 0 | 1010100 | 100100 | 1100111 | 1001000 | 100101 |
Color Harmonies of #42A41B
Complementary color
Monochromatic Colors of #42A41B
Black with #42A41B
Text Example
Text Example
White with #42A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A41B; }
p { color: rgb(66,164,27); }
H1.HeaderClassName
{
color: #42A41B;
}
.AnyTagClassName
{
color: #42A41B;
}
</style>
background-color css
<style>
a { background-color: #42A41B; }
a { background-color: rgb(66,164,27); }
div.DivClassName
{
background-color: #42A41B;
}
.BgClassName
{
background-color: #42A41B;
}
</style>
border-color css
<style>
span { border-color: #42A41B; }
span { border-color: rgb(66,164,27); }
td.TdClassName
{
border-color: #42A41B;
}
.TagClassName
{
border-color: #42A41B;
}
</style>