Shades of Kelly Green #42B115
Tints of Kelly Green #42B115
RGB
CMYK
RGB Variations
Color information
#42B115 (or 0x42B115) is known color: Kelly Green. HEX triplet: 42, B1 and 15. RGB value is (66,177,21). Sum of RGB (Red+Green+Blue) = 66+177+21=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #42B115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B115 is #BD4EEA. Grayscale: #7E7E7E. Windows color (decimal): -12406507 or 1421634. OLE color: 1421634.
HSL color Cylindrical-coordinate representation of color #42B115: hue angle of 102.69º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42B115 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 21 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.31 |
| HSL | 102.69º | 0.79% | 0.39% | - |
| HSV(B) | 102.69º | 0.88% | 0.69% | - |
| XYZ | 18.1 | 32.66 | 6.06 | - |
| YUV | 126.03 | 68.73 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 21 | 0.63 | 0 | 0.88 | 0.31 | 102.69 | 0.79 | 0.39 |
| Hex | 42 | B1 | 15 | 3F | 0 | 58 | 1F | 67 | 4F | 27 |
| Octal | 102 | 261 | 25 | 77 | 0 | 130 | 37 | 147 | 117 | 47 |
| Binary | 1000010 | 10110001 | 10101 | 111111 | 0 | 1011000 | 11111 | 1100111 | 1001111 | 100111 |
Color Harmonies of #42B115
Complementary color
Monochromatic Colors of #42B115
Black with #42B115
Text Example
Text Example
White with #42B115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B115; }
p { color: rgb(66,177,21); }
H1.HeaderClassName
{
color: #42B115;
}
.AnyTagClassName
{
color: #42B115;
}
</style>
background-color css
<style>
a { background-color: #42B115; }
a { background-color: rgb(66,177,21); }
div.DivClassName
{
background-color: #42B115;
}
.BgClassName
{
background-color: #42B115;
}
</style>
border-color css
<style>
span { border-color: #42B115; }
span { border-color: rgb(66,177,21); }
td.TdClassName
{
border-color: #42B115;
}
.TagClassName
{
border-color: #42B115;
}
</style>