Shades of Kelly Green #46C805
Tints of Kelly Green #46C805
RGB
CMYK
RGB Variations
Color information
#46C805 (or 0x46C805) is known color: Kelly Green. HEX triplet: 46, C8 and 05. RGB value is (70,200,5). Sum of RGB (Red+Green+Blue) = 70+200+5=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 200 (78.52% from 255 or 72.73% from 275); Blue value is 5 (2.34% from 255 or 1.82% from 275); Max value from RGB is 200 - color contains mainly: green. Hex color #46C805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46C805 is #B937FA. Grayscale: #8B8B8B. Windows color (decimal): -12138491 or 378950. OLE color: 378950.
HSL color Cylindrical-coordinate representation of color #46C805: hue angle of 100º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46C805 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 5 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.22 |
| HSL | 100º | 0.95% | 0.4% | - |
| HSV(B) | 100º | 0.98% | 0.78% | - |
| XYZ | 23.21 | 42.62 | 7.15 | - |
| YUV | 138.9 | 52.43 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 5 | 0.65 | 0 | 0.98 | 0.22 | 100 | 0.95 | 0.4 |
| Hex | 46 | C8 | 5 | 41 | 0 | 62 | 16 | 64 | 5F | 28 |
| Octal | 106 | 310 | 5 | 101 | 0 | 142 | 26 | 144 | 137 | 50 |
| Binary | 1000110 | 11001000 | 101 | 1000001 | 0 | 1100010 | 10110 | 1100100 | 1011111 | 101000 |
Color Harmonies of #46C805
Complementary color
Monochromatic Colors of #46C805
Black with #46C805
Text Example
Text Example
White with #46C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C805; }
p { color: rgb(70,200,5); }
H1.HeaderClassName
{
color: #46C805;
}
.AnyTagClassName
{
color: #46C805;
}
</style>
background-color css
<style>
a { background-color: #46C805; }
a { background-color: rgb(70,200,5); }
div.DivClassName
{
background-color: #46C805;
}
.BgClassName
{
background-color: #46C805;
}
</style>
border-color css
<style>
span { border-color: #46C805; }
span { border-color: rgb(70,200,5); }
td.TdClassName
{
border-color: #46C805;
}
.TagClassName
{
border-color: #46C805;
}
</style>