Shades of Kelly Green #42B31C
Tints of Kelly Green #42B31C
RGB
CMYK
RGB Variations
Color information
#42B31C (or 0x42B31C) is known color: Kelly Green. HEX triplet: 42, B3 and 1C. RGB value is (66,179,28). Sum of RGB (Red+Green+Blue) = 66+179+28=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #42B31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B31C is #BD4CE3. Grayscale: #808080. Windows color (decimal): -12405988 or 1880898. OLE color: 1880898.
HSL color Cylindrical-coordinate representation of color #42B31C: hue angle of 104.9º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B31C is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 179 | 28 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.30 |
| HSL | 104.9º | 0.73% | 0.41% | - |
| HSV(B) | 104.9º | 0.84% | 0.7% | - |
| XYZ | 18.58 | 33.48 | 6.58 | - |
| YUV | 128 | 71.56 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 179 | 28 | 0.63 | 0 | 0.84 | 0.30 | 104.9 | 0.73 | 0.41 |
| Hex | 42 | B3 | 1C | 3F | 0 | 54 | 1E | 69 | 49 | 29 |
| Octal | 102 | 263 | 34 | 77 | 0 | 124 | 36 | 151 | 111 | 51 |
| Binary | 1000010 | 10110011 | 11100 | 111111 | 0 | 1010100 | 11110 | 1101001 | 1001001 | 101001 |
Color Harmonies of #42B31C
Complementary color
Monochromatic Colors of #42B31C
Black with #42B31C
Text Example
Text Example
White with #42B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B31C; }
p { color: rgb(66,179,28); }
H1.HeaderClassName
{
color: #42B31C;
}
.AnyTagClassName
{
color: #42B31C;
}
</style>
background-color css
<style>
a { background-color: #42B31C; }
a { background-color: rgb(66,179,28); }
div.DivClassName
{
background-color: #42B31C;
}
.BgClassName
{
background-color: #42B31C;
}
</style>
border-color css
<style>
span { border-color: #42B31C; }
span { border-color: rgb(66,179,28); }
td.TdClassName
{
border-color: #42B31C;
}
.TagClassName
{
border-color: #42B31C;
}
</style>