Shades of Kelly Green #42BC23
Tints of Kelly Green #42BC23
RGB
CMYK
RGB Variations
Color information
#42BC23 (or 0x42BC23) is known color: Kelly Green. HEX triplet: 42, BC and 23. RGB value is (66,188,35). Sum of RGB (Red+Green+Blue) = 66+188+35=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BC23 is #BD43DC. Grayscale: #868686. Windows color (decimal): -12403677 or 2341954. OLE color: 2341954.
HSL color Cylindrical-coordinate representation of color #42BC23: hue angle of 107.84º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42BC23 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 35 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.26 |
| HSL | 107.84º | 0.69% | 0.44% | - |
| HSV(B) | 107.84º | 0.81% | 0.74% | - |
| XYZ | 20.53 | 37.25 | 7.7 | - |
| YUV | 134.08 | 72.08 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 35 | 0.65 | 0 | 0.81 | 0.26 | 107.84 | 0.69 | 0.44 |
| Hex | 42 | BC | 23 | 41 | 0 | 51 | 1A | 6C | 45 | 2C |
| Octal | 102 | 274 | 43 | 101 | 0 | 121 | 32 | 154 | 105 | 54 |
| Binary | 1000010 | 10111100 | 100011 | 1000001 | 0 | 1010001 | 11010 | 1101100 | 1000101 | 101100 |
Color Harmonies of #42BC23
Complementary color
Monochromatic Colors of #42BC23
Black with #42BC23
Text Example
Text Example
White with #42BC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC23; }
p { color: rgb(66,188,35); }
H1.HeaderClassName
{
color: #42BC23;
}
.AnyTagClassName
{
color: #42BC23;
}
</style>
background-color css
<style>
a { background-color: #42BC23; }
a { background-color: rgb(66,188,35); }
div.DivClassName
{
background-color: #42BC23;
}
.BgClassName
{
background-color: #42BC23;
}
</style>
border-color css
<style>
span { border-color: #42BC23; }
span { border-color: rgb(66,188,35); }
td.TdClassName
{
border-color: #42BC23;
}
.TagClassName
{
border-color: #42BC23;
}
</style>