Shades of Kelly Green #46CA00
Tints of Kelly Green #46CA00
RGB
CMYK
RGB Variations
Color information
#46CA00 (or 0x46CA00) is known color: Kelly Green. HEX triplet: 46, CA and 00. RGB value is (70,202,0). Sum of RGB (Red+Green+Blue) = 70+202+0=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CA00 is #B935FF. Grayscale: #8C8C8C. Windows color (decimal): -12137984 or 51782. OLE color: 51782.
HSL color Cylindrical-coordinate representation of color #46CA00: hue angle of 99.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46CA00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.21 |
| HSL | 99.21º | 1% | 0.4% | - |
| HSV(B) | 99.21º | 1% | 0.79% | - |
| XYZ | 23.65 | 43.54 | 7.16 | - |
| YUV | 139.5 | 49.27 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 0 | 0.65 | 0 | 1 | 0.21 | 99.21 | 1 | 0.4 |
| Hex | 46 | CA | 0 | 41 | 0 | 64 | 15 | 63 | 64 | 28 |
| Octal | 106 | 312 | 0 | 101 | 0 | 144 | 25 | 143 | 144 | 50 |
| Binary | 1000110 | 11001010 | 0 | 1000001 | 0 | 1100100 | 10101 | 1100011 | 1100100 | 101000 |
Color Harmonies of #46CA00
Complementary color
Monochromatic Colors of #46CA00
Black with #46CA00
Text Example
Text Example
White with #46CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA00; }
p { color: rgb(70,202,0); }
H1.HeaderClassName
{
color: #46CA00;
}
.AnyTagClassName
{
color: #46CA00;
}
</style>
background-color css
<style>
a { background-color: #46CA00; }
a { background-color: rgb(70,202,0); }
div.DivClassName
{
background-color: #46CA00;
}
.BgClassName
{
background-color: #46CA00;
}
</style>
border-color css
<style>
span { border-color: #46CA00; }
span { border-color: rgb(70,202,0); }
td.TdClassName
{
border-color: #46CA00;
}
.TagClassName
{
border-color: #46CA00;
}
</style>