Shades of Kelly Green #42C803
Tints of Kelly Green #42C803
RGB
CMYK
RGB Variations
Color information
#42C803 (or 0x42C803) is known color: Kelly Green. HEX triplet: 42, C8 and 03. RGB value is (66,200,3). Sum of RGB (Red+Green+Blue) = 66+200+3=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #42C803 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C803 is #BD37FC. Grayscale: #8A8A8A. Windows color (decimal): -12400637 or 247874. OLE color: 247874.
HSL color Cylindrical-coordinate representation of color #42C803: hue angle of 100.81º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42C803 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.22 |
| HSL | 100.81º | 0.97% | 0.4% | - |
| HSV(B) | 100.81º | 0.99% | 0.78% | - |
| XYZ | 22.92 | 42.47 | 7.08 | - |
| YUV | 137.48 | 52.11 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 3 | 0.67 | 0 | 0.98 | 0.22 | 100.81 | 0.97 | 0.4 |
| Hex | 42 | C8 | 3 | 43 | 0 | 62 | 16 | 65 | 61 | 28 |
| Octal | 102 | 310 | 3 | 103 | 0 | 142 | 26 | 145 | 141 | 50 |
| Binary | 1000010 | 11001000 | 11 | 1000011 | 0 | 1100010 | 10110 | 1100101 | 1100001 | 101000 |
Color Harmonies of #42C803
Complementary color
Monochromatic Colors of #42C803
Black with #42C803
Text Example
Text Example
White with #42C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C803; }
p { color: rgb(66,200,3); }
H1.HeaderClassName
{
color: #42C803;
}
.AnyTagClassName
{
color: #42C803;
}
</style>
background-color css
<style>
a { background-color: #42C803; }
a { background-color: rgb(66,200,3); }
div.DivClassName
{
background-color: #42C803;
}
.BgClassName
{
background-color: #42C803;
}
</style>
border-color css
<style>
span { border-color: #42C803; }
span { border-color: rgb(66,200,3); }
td.TdClassName
{
border-color: #42C803;
}
.TagClassName
{
border-color: #42C803;
}
</style>