Shades of Kelly Green #42B41C
Tints of Kelly Green #42B41C
RGB
CMYK
RGB Variations
Color information
#42B41C (or 0x42B41C) is known color: Kelly Green. HEX triplet: 42, B4 and 1C. RGB value is (66,180,28). Sum of RGB (Red+Green+Blue) = 66+180+28=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 180 (70.70% from 255 or 65.69% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 180 - color contains mainly: green. Hex color #42B41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B41C is #BD4BE3. Grayscale: #818181. Windows color (decimal): -12405732 or 1881154. OLE color: 1881154.
HSL color Cylindrical-coordinate representation of color #42B41C: hue angle of 105º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B41C is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 28 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.29 |
| HSL | 105º | 0.73% | 0.41% | - |
| HSV(B) | 105º | 0.84% | 0.71% | - |
| XYZ | 18.78 | 33.88 | 6.65 | - |
| YUV | 128.59 | 71.23 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 28 | 0.63 | 0 | 0.84 | 0.29 | 105 | 0.73 | 0.41 |
| Hex | 42 | B4 | 1C | 3F | 0 | 54 | 1D | 69 | 49 | 29 |
| Octal | 102 | 264 | 34 | 77 | 0 | 124 | 35 | 151 | 111 | 51 |
| Binary | 1000010 | 10110100 | 11100 | 111111 | 0 | 1010100 | 11101 | 1101001 | 1001001 | 101001 |
Color Harmonies of #42B41C
Complementary color
Monochromatic Colors of #42B41C
Black with #42B41C
Text Example
Text Example
White with #42B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B41C; }
p { color: rgb(66,180,28); }
H1.HeaderClassName
{
color: #42B41C;
}
.AnyTagClassName
{
color: #42B41C;
}
</style>
background-color css
<style>
a { background-color: #42B41C; }
a { background-color: rgb(66,180,28); }
div.DivClassName
{
background-color: #42B41C;
}
.BgClassName
{
background-color: #42B41C;
}
</style>
border-color css
<style>
span { border-color: #42B41C; }
span { border-color: rgb(66,180,28); }
td.TdClassName
{
border-color: #42B41C;
}
.TagClassName
{
border-color: #42B41C;
}
</style>