Shades of Kelly Green #42BC0F
Tints of Kelly Green #42BC0F
RGB
CMYK
RGB Variations
Color information
#42BC0F (or 0x42BC0F) is known color: Kelly Green. HEX triplet: 42, BC and 0F. RGB value is (66,188,15). Sum of RGB (Red+Green+Blue) = 66+188+15=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BC0F is #BD43F0. Grayscale: #848484. Windows color (decimal): -12403697 or 1031234. OLE color: 1031234.
HSL color Cylindrical-coordinate representation of color #42BC0F: hue angle of 102.31º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42BC0F is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 15 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.26 |
| HSL | 102.31º | 0.85% | 0.4% | - |
| HSV(B) | 102.31º | 0.92% | 0.74% | - |
| XYZ | 20.32 | 37.16 | 6.55 | - |
| YUV | 131.8 | 62.08 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 15 | 0.65 | 0 | 0.92 | 0.26 | 102.31 | 0.85 | 0.4 |
| Hex | 42 | BC | F | 41 | 0 | 5C | 1A | 66 | 55 | 28 |
| Octal | 102 | 274 | 17 | 101 | 0 | 134 | 32 | 146 | 125 | 50 |
| Binary | 1000010 | 10111100 | 1111 | 1000001 | 0 | 1011100 | 11010 | 1100110 | 1010101 | 101000 |
Color Harmonies of #42BC0F
Complementary color
Monochromatic Colors of #42BC0F
Black with #42BC0F
Text Example
Text Example
White with #42BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BC0F; }
p { color: rgb(66,188,15); }
H1.HeaderClassName
{
color: #42BC0F;
}
.AnyTagClassName
{
color: #42BC0F;
}
</style>
background-color css
<style>
a { background-color: #42BC0F; }
a { background-color: rgb(66,188,15); }
div.DivClassName
{
background-color: #42BC0F;
}
.BgClassName
{
background-color: #42BC0F;
}
</style>
border-color css
<style>
span { border-color: #42BC0F; }
span { border-color: rgb(66,188,15); }
td.TdClassName
{
border-color: #42BC0F;
}
.TagClassName
{
border-color: #42BC0F;
}
</style>