Shades of Kelly Green #42CB0D
Tints of Kelly Green #42CB0D
RGB
CMYK
RGB Variations
Color information
#42CB0D (or 0x42CB0D) is known color: Kelly Green. HEX triplet: 42, CB and 0D. RGB value is (66,203,13). Sum of RGB (Red+Green+Blue) = 66+203+13=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CB0D is #BD34F2. Grayscale: #8D8D8D. Windows color (decimal): -12399859 or 904002. OLE color: 904002.
HSL color Cylindrical-coordinate representation of color #42CB0D: hue angle of 103.26º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42CB0D is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 13 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.20 |
| HSL | 103.26º | 0.88% | 0.42% | - |
| HSV(B) | 103.26º | 0.94% | 0.8% | - |
| XYZ | 23.68 | 43.9 | 7.61 | - |
| YUV | 140.38 | 56.11 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 13 | 0.67 | 0 | 0.94 | 0.20 | 103.26 | 0.88 | 0.42 |
| Hex | 42 | CB | D | 43 | 0 | 5E | 14 | 67 | 58 | 2A |
| Octal | 102 | 313 | 15 | 103 | 0 | 136 | 24 | 147 | 130 | 52 |
| Binary | 1000010 | 11001011 | 1101 | 1000011 | 0 | 1011110 | 10100 | 1100111 | 1011000 | 101010 |
Color Harmonies of #42CB0D
Complementary color
Monochromatic Colors of #42CB0D
Black with #42CB0D
Text Example
Text Example
White with #42CB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB0D; }
p { color: rgb(66,203,13); }
H1.HeaderClassName
{
color: #42CB0D;
}
.AnyTagClassName
{
color: #42CB0D;
}
</style>
background-color css
<style>
a { background-color: #42CB0D; }
a { background-color: rgb(66,203,13); }
div.DivClassName
{
background-color: #42CB0D;
}
.BgClassName
{
background-color: #42CB0D;
}
</style>
border-color css
<style>
span { border-color: #42CB0D; }
span { border-color: rgb(66,203,13); }
td.TdClassName
{
border-color: #42CB0D;
}
.TagClassName
{
border-color: #42CB0D;
}
</style>