Shades of Kelly Green #46D005
Tints of Kelly Green #46D005
RGB
CMYK
RGB Variations
Color information
#46D005 (or 0x46D005) is known color: Kelly Green. HEX triplet: 46, D0 and 05. RGB value is (70,208,5). Sum of RGB (Red+Green+Blue) = 70+208+5=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #46D005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D005 is #B92FFA. Grayscale: #909090. Windows color (decimal): -12136443 or 380998. OLE color: 380998.
HSL color Cylindrical-coordinate representation of color #46D005: hue angle of 100.79º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46D005 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.18 |
| HSL | 100.79º | 0.95% | 0.42% | - |
| HSV(B) | 100.79º | 0.98% | 0.82% | - |
| XYZ | 25.11 | 46.42 | 7.78 | - |
| YUV | 143.6 | 49.78 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 5 | 0.66 | 0 | 0.98 | 0.18 | 100.79 | 0.95 | 0.42 |
| Hex | 46 | D0 | 5 | 42 | 0 | 62 | 12 | 65 | 5F | 2A |
| Octal | 106 | 320 | 5 | 102 | 0 | 142 | 22 | 145 | 137 | 52 |
| Binary | 1000110 | 11010000 | 101 | 1000010 | 0 | 1100010 | 10010 | 1100101 | 1011111 | 101010 |
Color Harmonies of #46D005
Complementary color
Monochromatic Colors of #46D005
Black with #46D005
Text Example
Text Example
White with #46D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D005; }
p { color: rgb(70,208,5); }
H1.HeaderClassName
{
color: #46D005;
}
.AnyTagClassName
{
color: #46D005;
}
</style>
background-color css
<style>
a { background-color: #46D005; }
a { background-color: rgb(70,208,5); }
div.DivClassName
{
background-color: #46D005;
}
.BgClassName
{
background-color: #46D005;
}
</style>
border-color css
<style>
span { border-color: #46D005; }
span { border-color: rgb(70,208,5); }
td.TdClassName
{
border-color: #46D005;
}
.TagClassName
{
border-color: #46D005;
}
</style>