Shades of Kelly Green #42BA28
Tints of Kelly Green #42BA28
RGB
CMYK
RGB Variations
Color information
#42BA28 (or 0x42BA28) is known color: Kelly Green. HEX triplet: 42, BA and 28. RGB value is (66,186,40). Sum of RGB (Red+Green+Blue) = 66+186+40=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA28 is #BD45D7. Grayscale: #858585. Windows color (decimal): -12404184 or 2669122. OLE color: 2669122.
HSL color Cylindrical-coordinate representation of color #42BA28: hue angle of 109.32º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42BA28 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 186 | 40 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.27 |
| HSL | 109.32º | 0.65% | 0.44% | - |
| HSV(B) | 109.32º | 0.78% | 0.73% | - |
| XYZ | 20.19 | 36.43 | 7.97 | - |
| YUV | 133.48 | 75.24 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 40 | 0.65 | 0 | 0.78 | 0.27 | 109.32 | 0.65 | 0.44 |
| Hex | 42 | BA | 28 | 41 | 0 | 4E | 1B | 6D | 41 | 2C |
| Octal | 102 | 272 | 50 | 101 | 0 | 116 | 33 | 155 | 101 | 54 |
| Binary | 1000010 | 10111010 | 101000 | 1000001 | 0 | 1001110 | 11011 | 1101101 | 1000001 | 101100 |
Color Harmonies of #42BA28
Complementary color
Monochromatic Colors of #42BA28
Black with #42BA28
Text Example
Text Example
White with #42BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BA28; }
p { color: rgb(66,186,40); }
H1.HeaderClassName
{
color: #42BA28;
}
.AnyTagClassName
{
color: #42BA28;
}
</style>
background-color css
<style>
a { background-color: #42BA28; }
a { background-color: rgb(66,186,40); }
div.DivClassName
{
background-color: #42BA28;
}
.BgClassName
{
background-color: #42BA28;
}
</style>
border-color css
<style>
span { border-color: #42BA28; }
span { border-color: rgb(66,186,40); }
td.TdClassName
{
border-color: #42BA28;
}
.TagClassName
{
border-color: #42BA28;
}
</style>