Shades of Kelly Green #42B124
Tints of Kelly Green #42B124
RGB
CMYK
RGB Variations
Color information
#42B124 (or 0x42B124) is known color: Kelly Green. HEX triplet: 42, B1 and 24. RGB value is (66,177,36). Sum of RGB (Red+Green+Blue) = 66+177+36=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 177 (69.53% from 255 or 63.44% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 177 - color contains mainly: green. Hex color #42B124 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B124 is #BD4EDB. Grayscale: #808080. Windows color (decimal): -12406492 or 2404674. OLE color: 2404674.
HSL color Cylindrical-coordinate representation of color #42B124: hue angle of 107.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42B124 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 36 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.31 |
| HSL | 107.23º | 0.66% | 0.42% | - |
| HSV(B) | 107.23º | 0.8% | 0.69% | - |
| XYZ | 18.29 | 32.73 | 7.02 | - |
| YUV | 127.74 | 76.23 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 36 | 0.63 | 0 | 0.80 | 0.31 | 107.23 | 0.66 | 0.42 |
| Hex | 42 | B1 | 24 | 3F | 0 | 50 | 1F | 6B | 42 | 2A |
| Octal | 102 | 261 | 44 | 77 | 0 | 120 | 37 | 153 | 102 | 52 |
| Binary | 1000010 | 10110001 | 100100 | 111111 | 0 | 1010000 | 11111 | 1101011 | 1000010 | 101010 |
Color Harmonies of #42B124
Complementary color
Monochromatic Colors of #42B124
Black with #42B124
Text Example
Text Example
White with #42B124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B124; }
p { color: rgb(66,177,36); }
H1.HeaderClassName
{
color: #42B124;
}
.AnyTagClassName
{
color: #42B124;
}
</style>
background-color css
<style>
a { background-color: #42B124; }
a { background-color: rgb(66,177,36); }
div.DivClassName
{
background-color: #42B124;
}
.BgClassName
{
background-color: #42B124;
}
</style>
border-color css
<style>
span { border-color: #42B124; }
span { border-color: rgb(66,177,36); }
td.TdClassName
{
border-color: #42B124;
}
.TagClassName
{
border-color: #42B124;
}
</style>