Shades of Kelly Green #42B903
Tints of Kelly Green #42B903
RGB
CMYK
RGB Variations
Color information
#42B903 (or 0x42B903) is known color: Kelly Green. HEX triplet: 42, B9 and 03. RGB value is (66,185,3). Sum of RGB (Red+Green+Blue) = 66+185+3=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 185 (72.66% from 255 or 72.83% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 185 - color contains mainly: green. Hex color #42B903 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B903 is #BD46FC. Grayscale: #818181. Windows color (decimal): -12404477 or 244034. OLE color: 244034.
HSL color Cylindrical-coordinate representation of color #42B903: hue angle of 99.23º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42B903 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 3 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.27 |
| HSL | 99.23º | 0.97% | 0.37% | - |
| HSV(B) | 99.23º | 0.98% | 0.73% | - |
| XYZ | 19.61 | 35.86 | 5.97 | - |
| YUV | 128.67 | 57.08 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 3 | 0.64 | 0 | 0.98 | 0.27 | 99.23 | 0.97 | 0.37 |
| Hex | 42 | B9 | 3 | 40 | 0 | 62 | 1B | 63 | 61 | 25 |
| Octal | 102 | 271 | 3 | 100 | 0 | 142 | 33 | 143 | 141 | 45 |
| Binary | 1000010 | 10111001 | 11 | 1000000 | 0 | 1100010 | 11011 | 1100011 | 1100001 | 100101 |
Color Harmonies of #42B903
Complementary color
Monochromatic Colors of #42B903
Black with #42B903
Text Example
Text Example
White with #42B903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B903; }
p { color: rgb(66,185,3); }
H1.HeaderClassName
{
color: #42B903;
}
.AnyTagClassName
{
color: #42B903;
}
</style>
background-color css
<style>
a { background-color: #42B903; }
a { background-color: rgb(66,185,3); }
div.DivClassName
{
background-color: #42B903;
}
.BgClassName
{
background-color: #42B903;
}
</style>
border-color css
<style>
span { border-color: #42B903; }
span { border-color: rgb(66,185,3); }
td.TdClassName
{
border-color: #42B903;
}
.TagClassName
{
border-color: #42B903;
}
</style>