Shades of Kelly Green #42BC10
Tints of Kelly Green #42BC10
RGB
CMYK
RGB Variations
Color information
#42BC10 (or 0x42BC10) is known color: Kelly Green. HEX triplet: 42, BC and 10. RGB value is (66,188,16). Sum of RGB (Red+Green+Blue) = 66+188+16=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC10 is #BD43EF. Grayscale: #848484. Windows color (decimal): -12403696 or 1096770. OLE color: 1096770.
HSL color Cylindrical-coordinate representation of color #42BC10: hue angle of 102.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42BC10 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 16 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.26 |
| HSL | 102.56º | 0.84% | 0.4% | - |
| HSV(B) | 102.56º | 0.91% | 0.74% | - |
| XYZ | 20.32 | 37.16 | 6.59 | - |
| YUV | 131.91 | 62.58 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 16 | 0.65 | 0 | 0.91 | 0.26 | 102.56 | 0.84 | 0.4 |
| Hex | 42 | BC | 10 | 41 | 0 | 5B | 1A | 67 | 54 | 28 |
| Octal | 102 | 274 | 20 | 101 | 0 | 133 | 32 | 147 | 124 | 50 |
| Binary | 1000010 | 10111100 | 10000 | 1000001 | 0 | 1011011 | 11010 | 1100111 | 1010100 | 101000 |
Color Harmonies of #42BC10
Complementary color
Monochromatic Colors of #42BC10
Black with #42BC10
Text Example
Text Example
White with #42BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC10; }
p { color: rgb(66,188,16); }
H1.HeaderClassName
{
color: #42BC10;
}
.AnyTagClassName
{
color: #42BC10;
}
</style>
background-color css
<style>
a { background-color: #42BC10; }
a { background-color: rgb(66,188,16); }
div.DivClassName
{
background-color: #42BC10;
}
.BgClassName
{
background-color: #42BC10;
}
</style>
border-color css
<style>
span { border-color: #42BC10; }
span { border-color: rgb(66,188,16); }
td.TdClassName
{
border-color: #42BC10;
}
.TagClassName
{
border-color: #42BC10;
}
</style>