Shades of Kelly Green #42B024
Tints of Kelly Green #42B024
RGB
CMYK
RGB Variations
Color information
#42B024 (or 0x42B024) is known color: Kelly Green. HEX triplet: 42, B0 and 24. RGB value is (66,176,36). Sum of RGB (Red+Green+Blue) = 66+176+36=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #42B024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B024 is #BD4FDB. Grayscale: #7F7F7F. Windows color (decimal): -12406748 or 2404418. OLE color: 2404418.
HSL color Cylindrical-coordinate representation of color #42B024: hue angle of 107.14º 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 #42B024 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 36 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.31 |
| HSL | 107.14º | 0.66% | 0.42% | - |
| HSV(B) | 107.14º | 0.8% | 0.69% | - |
| XYZ | 18.09 | 32.34 | 6.96 | - |
| YUV | 127.15 | 76.56 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 36 | 0.62 | 0 | 0.80 | 0.31 | 107.14 | 0.66 | 0.42 |
| Hex | 42 | B0 | 24 | 3E | 0 | 50 | 1F | 6B | 42 | 2A |
| Octal | 102 | 260 | 44 | 76 | 0 | 120 | 37 | 153 | 102 | 52 |
| Binary | 1000010 | 10110000 | 100100 | 111110 | 0 | 1010000 | 11111 | 1101011 | 1000010 | 101010 |
Color Harmonies of #42B024
Complementary color
Monochromatic Colors of #42B024
Black with #42B024
Text Example
Text Example
White with #42B024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B024; }
p { color: rgb(66,176,36); }
H1.HeaderClassName
{
color: #42B024;
}
.AnyTagClassName
{
color: #42B024;
}
</style>
background-color css
<style>
a { background-color: #42B024; }
a { background-color: rgb(66,176,36); }
div.DivClassName
{
background-color: #42B024;
}
.BgClassName
{
background-color: #42B024;
}
</style>
border-color css
<style>
span { border-color: #42B024; }
span { border-color: rgb(66,176,36); }
td.TdClassName
{
border-color: #42B024;
}
.TagClassName
{
border-color: #42B024;
}
</style>