Shades of Kelly Green #42BD0D
Tints of Kelly Green #42BD0D
RGB
CMYK
RGB Variations
Color information
#42BD0D (or 0x42BD0D) is known color: Kelly Green. HEX triplet: 42, BD and 0D. RGB value is (66,189,13). Sum of RGB (Red+Green+Blue) = 66+189+13=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 189 (74.22% from 255 or 70.52% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BD0D is #BD42F2. Grayscale: #848484. Windows color (decimal): -12403443 or 900418. OLE color: 900418.
HSL color Cylindrical-coordinate representation of color #42BD0D: hue angle of 101.93º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42BD0D is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 13 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.26 |
| HSL | 101.93º | 0.87% | 0.4% | - |
| HSV(B) | 101.93º | 0.93% | 0.74% | - |
| XYZ | 20.52 | 37.58 | 6.55 | - |
| YUV | 132.16 | 60.75 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 13 | 0.65 | 0 | 0.93 | 0.26 | 101.93 | 0.87 | 0.4 |
| Hex | 42 | BD | D | 41 | 0 | 5D | 1A | 66 | 57 | 28 |
| Octal | 102 | 275 | 15 | 101 | 0 | 135 | 32 | 146 | 127 | 50 |
| Binary | 1000010 | 10111101 | 1101 | 1000001 | 0 | 1011101 | 11010 | 1100110 | 1010111 | 101000 |
Color Harmonies of #42BD0D
Complementary color
Monochromatic Colors of #42BD0D
Black with #42BD0D
Text Example
Text Example
White with #42BD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD0D; }
p { color: rgb(66,189,13); }
H1.HeaderClassName
{
color: #42BD0D;
}
.AnyTagClassName
{
color: #42BD0D;
}
</style>
background-color css
<style>
a { background-color: #42BD0D; }
a { background-color: rgb(66,189,13); }
div.DivClassName
{
background-color: #42BD0D;
}
.BgClassName
{
background-color: #42BD0D;
}
</style>
border-color css
<style>
span { border-color: #42BD0D; }
span { border-color: rgb(66,189,13); }
td.TdClassName
{
border-color: #42BD0D;
}
.TagClassName
{
border-color: #42BD0D;
}
</style>