Shades of Kelly Green #42B423
Tints of Kelly Green #42B423
RGB
CMYK
RGB Variations
Color information
#42B423 (or 0x42B423) is known color: Kelly Green. HEX triplet: 42, B4 and 23. RGB value is (66,180,35). Sum of RGB (Red+Green+Blue) = 66+180+35=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 180 (70.70% from 255 or 64.06% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 180 - color contains mainly: green. Hex color #42B423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B423 is #BD4BDC. Grayscale: #818181. Windows color (decimal): -12405725 or 2339906. OLE color: 2339906.
HSL color Cylindrical-coordinate representation of color #42B423: hue angle of 107.17º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42B423 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 35 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.29 |
| HSL | 107.17º | 0.67% | 0.42% | - |
| HSV(B) | 107.17º | 0.81% | 0.71% | - |
| XYZ | 18.87 | 33.92 | 7.14 | - |
| YUV | 129.38 | 74.73 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 35 | 0.63 | 0 | 0.81 | 0.29 | 107.17 | 0.67 | 0.42 |
| Hex | 42 | B4 | 23 | 3F | 0 | 51 | 1D | 6B | 43 | 2A |
| Octal | 102 | 264 | 43 | 77 | 0 | 121 | 35 | 153 | 103 | 52 |
| Binary | 1000010 | 10110100 | 100011 | 111111 | 0 | 1010001 | 11101 | 1101011 | 1000011 | 101010 |
Color Harmonies of #42B423
Complementary color
Monochromatic Colors of #42B423
Black with #42B423
Text Example
Text Example
White with #42B423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B423; }
p { color: rgb(66,180,35); }
H1.HeaderClassName
{
color: #42B423;
}
.AnyTagClassName
{
color: #42B423;
}
</style>
background-color css
<style>
a { background-color: #42B423; }
a { background-color: rgb(66,180,35); }
div.DivClassName
{
background-color: #42B423;
}
.BgClassName
{
background-color: #42B423;
}
</style>
border-color css
<style>
span { border-color: #42B423; }
span { border-color: rgb(66,180,35); }
td.TdClassName
{
border-color: #42B423;
}
.TagClassName
{
border-color: #42B423;
}
</style>