Shades of Kelly Green #42C403
Tints of Kelly Green #42C403
RGB
CMYK
RGB Variations
Color information
#42C403 (or 0x42C403) is known color: Kelly Green. HEX triplet: 42, C4 and 03. RGB value is (66,196,3). Sum of RGB (Red+Green+Blue) = 66+196+3=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 196 (76.95% from 255 or 73.96% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 196 - color contains mainly: green. Hex color #42C403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C403 is #BD3BFC. Grayscale: #878787. Windows color (decimal): -12401661 or 246850. OLE color: 246850.
HSL color Cylindrical-coordinate representation of color #42C403: hue angle of 100.41º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42C403 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 196 | 3 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.23 |
| HSL | 100.41º | 0.97% | 0.39% | - |
| HSV(B) | 100.41º | 0.98% | 0.77% | - |
| XYZ | 22 | 40.64 | 6.77 | - |
| YUV | 135.13 | 53.43 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 196 | 3 | 0.66 | 0 | 0.98 | 0.23 | 100.41 | 0.97 | 0.39 |
| Hex | 42 | C4 | 3 | 42 | 0 | 62 | 17 | 64 | 61 | 27 |
| Octal | 102 | 304 | 3 | 102 | 0 | 142 | 27 | 144 | 141 | 47 |
| Binary | 1000010 | 11000100 | 11 | 1000010 | 0 | 1100010 | 10111 | 1100100 | 1100001 | 100111 |
Color Harmonies of #42C403
Complementary color
Monochromatic Colors of #42C403
Black with #42C403
Text Example
Text Example
White with #42C403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C403; }
p { color: rgb(66,196,3); }
H1.HeaderClassName
{
color: #42C403;
}
.AnyTagClassName
{
color: #42C403;
}
</style>
background-color css
<style>
a { background-color: #42C403; }
a { background-color: rgb(66,196,3); }
div.DivClassName
{
background-color: #42C403;
}
.BgClassName
{
background-color: #42C403;
}
</style>
border-color css
<style>
span { border-color: #42C403; }
span { border-color: rgb(66,196,3); }
td.TdClassName
{
border-color: #42C403;
}
.TagClassName
{
border-color: #42C403;
}
</style>