Shades of Kelly Green #46C015
Tints of Kelly Green #46C015
RGB
CMYK
RGB Variations
Color information
#46C015 (or 0x46C015) is known color: Kelly Green. HEX triplet: 46, C0 and 15. RGB value is (70,192,21). Sum of RGB (Red+Green+Blue) = 70+192+21=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #46C015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C015 is #B93FEA. Grayscale: #888888. Windows color (decimal): -12140523 or 1425478. OLE color: 1425478.
HSL color Cylindrical-coordinate representation of color #46C015: hue angle of 102.81º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46C015 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 21 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.25 |
| HSL | 102.81º | 0.8% | 0.42% | - |
| HSV(B) | 102.81º | 0.89% | 0.75% | - |
| XYZ | 21.51 | 39.06 | 7.11 | - |
| YUV | 136.03 | 63.08 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 21 | 0.64 | 0 | 0.89 | 0.25 | 102.81 | 0.8 | 0.42 |
| Hex | 46 | C0 | 15 | 40 | 0 | 59 | 19 | 67 | 50 | 2A |
| Octal | 106 | 300 | 25 | 100 | 0 | 131 | 31 | 147 | 120 | 52 |
| Binary | 1000110 | 11000000 | 10101 | 1000000 | 0 | 1011001 | 11001 | 1100111 | 1010000 | 101010 |
Color Harmonies of #46C015
Complementary color
Monochromatic Colors of #46C015
Black with #46C015
Text Example
Text Example
White with #46C015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C015; }
p { color: rgb(70,192,21); }
H1.HeaderClassName
{
color: #46C015;
}
.AnyTagClassName
{
color: #46C015;
}
</style>
background-color css
<style>
a { background-color: #46C015; }
a { background-color: rgb(70,192,21); }
div.DivClassName
{
background-color: #46C015;
}
.BgClassName
{
background-color: #46C015;
}
</style>
border-color css
<style>
span { border-color: #46C015; }
span { border-color: rgb(70,192,21); }
td.TdClassName
{
border-color: #46C015;
}
.TagClassName
{
border-color: #46C015;
}
</style>