Shades of Kelly Green #42D803
Tints of Kelly Green #42D803
RGB
CMYK
RGB Variations
Color information
#42D803 (or 0x42D803) is known color: Kelly Green. HEX triplet: 42, D8 and 03. RGB value is (66,216,3). Sum of RGB (Red+Green+Blue) = 66+216+3=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #42D803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D803 is #BD27FC. Grayscale: #939393. Windows color (decimal): -12396541 or 251970. OLE color: 251970.
HSL color Cylindrical-coordinate representation of color #42D803: hue angle of 102.25º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42D803 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 3 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.15 |
| HSL | 102.25º | 0.97% | 0.43% | - |
| HSV(B) | 102.25º | 0.99% | 0.85% | - |
| XYZ | 26.82 | 50.28 | 8.38 | - |
| YUV | 146.87 | 46.81 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 3 | 0.69 | 0 | 0.99 | 0.15 | 102.25 | 0.97 | 0.43 |
| Hex | 42 | D8 | 3 | 45 | 0 | 63 | F | 66 | 61 | 2B |
| Octal | 102 | 330 | 3 | 105 | 0 | 143 | 17 | 146 | 141 | 53 |
| Binary | 1000010 | 11011000 | 11 | 1000101 | 0 | 1100011 | 1111 | 1100110 | 1100001 | 101011 |
Color Harmonies of #42D803
Complementary color
Monochromatic Colors of #42D803
Black with #42D803
Text Example
Text Example
White with #42D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D803; }
p { color: rgb(66,216,3); }
H1.HeaderClassName
{
color: #42D803;
}
.AnyTagClassName
{
color: #42D803;
}
</style>
background-color css
<style>
a { background-color: #42D803; }
a { background-color: rgb(66,216,3); }
div.DivClassName
{
background-color: #42D803;
}
.BgClassName
{
background-color: #42D803;
}
</style>
border-color css
<style>
span { border-color: #42D803; }
span { border-color: rgb(66,216,3); }
td.TdClassName
{
border-color: #42D803;
}
.TagClassName
{
border-color: #42D803;
}
</style>