Shades of Kelly Green #42B92B
Tints of Kelly Green #42B92B
RGB
CMYK
RGB Variations
Color information
#42B92B (or 0x42B92B) is known color: Kelly Green. HEX triplet: 42, B9 and 2B. RGB value is (66,185,43). Sum of RGB (Red+Green+Blue) = 66+185+43=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 185 (72.66% from 255 or 62.93% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 185 - color contains mainly: green. Hex color #42B92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B92B is #BD46D4. Grayscale: #858585. Windows color (decimal): -12404437 or 2865474. OLE color: 2865474.
HSL color Cylindrical-coordinate representation of color #42B92B: hue angle of 110.28º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42B92B is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 43 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.27 |
| HSL | 110.28º | 0.62% | 0.45% | - |
| HSV(B) | 110.28º | 0.77% | 0.73% | - |
| XYZ | 20.03 | 36.03 | 8.18 | - |
| YUV | 133.23 | 77.08 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 43 | 0.64 | 0 | 0.77 | 0.27 | 110.28 | 0.62 | 0.45 |
| Hex | 42 | B9 | 2B | 40 | 0 | 4D | 1B | 6E | 3E | 2D |
| Octal | 102 | 271 | 53 | 100 | 0 | 115 | 33 | 156 | 76 | 55 |
| Binary | 1000010 | 10111001 | 101011 | 1000000 | 0 | 1001101 | 11011 | 1101110 | 111110 | 101101 |
Color Harmonies of #42B92B
Complementary color
Monochromatic Colors of #42B92B
Black with #42B92B
Text Example
Text Example
White with #42B92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B92B; }
p { color: rgb(66,185,43); }
H1.HeaderClassName
{
color: #42B92B;
}
.AnyTagClassName
{
color: #42B92B;
}
</style>
background-color css
<style>
a { background-color: #42B92B; }
a { background-color: rgb(66,185,43); }
div.DivClassName
{
background-color: #42B92B;
}
.BgClassName
{
background-color: #42B92B;
}
</style>
border-color css
<style>
span { border-color: #42B92B; }
span { border-color: rgb(66,185,43); }
td.TdClassName
{
border-color: #42B92B;
}
.TagClassName
{
border-color: #42B92B;
}
</style>