Shades of Kelly Green #46CA04
Tints of Kelly Green #46CA04
RGB
CMYK
RGB Variations
Color information
#46CA04 (or 0x46CA04) is known color: Kelly Green. HEX triplet: 46, CA and 04. RGB value is (70,202,4). Sum of RGB (Red+Green+Blue) = 70+202+4=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CA04 is #B935FB. Grayscale: #8C8C8C. Windows color (decimal): -12137980 or 313926. OLE color: 313926.
HSL color Cylindrical-coordinate representation of color #46CA04: hue angle of 100º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46CA04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 4 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.21 |
| HSL | 100º | 0.96% | 0.4% | - |
| HSV(B) | 100º | 0.98% | 0.79% | - |
| XYZ | 23.67 | 43.55 | 7.27 | - |
| YUV | 139.96 | 51.27 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 4 | 0.65 | 0 | 0.98 | 0.21 | 100 | 0.96 | 0.4 |
| Hex | 46 | CA | 4 | 41 | 0 | 62 | 15 | 64 | 60 | 28 |
| Octal | 106 | 312 | 4 | 101 | 0 | 142 | 25 | 144 | 140 | 50 |
| Binary | 1000110 | 11001010 | 100 | 1000001 | 0 | 1100010 | 10101 | 1100100 | 1100000 | 101000 |
Color Harmonies of #46CA04
Complementary color
Monochromatic Colors of #46CA04
Black with #46CA04
Text Example
Text Example
White with #46CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA04; }
p { color: rgb(70,202,4); }
H1.HeaderClassName
{
color: #46CA04;
}
.AnyTagClassName
{
color: #46CA04;
}
</style>
background-color css
<style>
a { background-color: #46CA04; }
a { background-color: rgb(70,202,4); }
div.DivClassName
{
background-color: #46CA04;
}
.BgClassName
{
background-color: #46CA04;
}
</style>
border-color css
<style>
span { border-color: #46CA04; }
span { border-color: rgb(70,202,4); }
td.TdClassName
{
border-color: #46CA04;
}
.TagClassName
{
border-color: #46CA04;
}
</style>