Shades of Kelly Green #42B105
Tints of Kelly Green #42B105
RGB
CMYK
RGB Variations
Color information
#42B105 (or 0x42B105) is known color: Kelly Green. HEX triplet: 42, B1 and 05. RGB value is (66,177,5). Sum of RGB (Red+Green+Blue) = 66+177+5=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 177 (69.53% from 255 or 71.37% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 177 - color contains mainly: green. Hex color #42B105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B105 is #BD4EFA. Grayscale: #7C7C7C. Windows color (decimal): -12406523 or 373058. OLE color: 373058.
HSL color Cylindrical-coordinate representation of color #42B105: hue angle of 98.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42B105 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 5 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.31 |
| HSL | 98.72º | 0.95% | 0.36% | - |
| HSV(B) | 98.72º | 0.97% | 0.69% | - |
| XYZ | 18 | 32.61 | 5.49 | - |
| YUV | 124.2 | 60.73 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 5 | 0.63 | 0 | 0.97 | 0.31 | 98.72 | 0.95 | 0.36 |
| Hex | 42 | B1 | 5 | 3F | 0 | 61 | 1F | 63 | 5F | 24 |
| Octal | 102 | 261 | 5 | 77 | 0 | 141 | 37 | 143 | 137 | 44 |
| Binary | 1000010 | 10110001 | 101 | 111111 | 0 | 1100001 | 11111 | 1100011 | 1011111 | 100100 |
Color Harmonies of #42B105
Complementary color
Monochromatic Colors of #42B105
Black with #42B105
Text Example
Text Example
White with #42B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B105; }
p { color: rgb(66,177,5); }
H1.HeaderClassName
{
color: #42B105;
}
.AnyTagClassName
{
color: #42B105;
}
</style>
background-color css
<style>
a { background-color: #42B105; }
a { background-color: rgb(66,177,5); }
div.DivClassName
{
background-color: #42B105;
}
.BgClassName
{
background-color: #42B105;
}
</style>
border-color css
<style>
span { border-color: #42B105; }
span { border-color: rgb(66,177,5); }
td.TdClassName
{
border-color: #42B105;
}
.TagClassName
{
border-color: #42B105;
}
</style>