Shades of Kelly Green #46B12D
Tints of Kelly Green #46B12D
RGB
CMYK
RGB Variations
Color information
#46B12D (or 0x46B12D) is known color: Kelly Green. HEX triplet: 46, B1 and 2D. RGB value is (70,177,45). Sum of RGB (Red+Green+Blue) = 70+177+45=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 177 (69.53% from 255 or 60.62% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 177 - color contains mainly: green. Hex color #46B12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46B12D is #B94ED2. Grayscale: #828282. Windows color (decimal): -12144339 or 2994502. OLE color: 2994502.
HSL color Cylindrical-coordinate representation of color #46B12D: hue angle of 108.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46B12D is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 177 | 45 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.31 |
| HSL | 108.64º | 0.59% | 0.44% | - |
| HSV(B) | 108.64º | 0.75% | 0.69% | - |
| XYZ | 18.72 | 32.94 | 7.85 | - |
| YUV | 129.96 | 80.05 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 177 | 45 | 0.60 | 0 | 0.75 | 0.31 | 108.64 | 0.59 | 0.44 |
| Hex | 46 | B1 | 2D | 3C | 0 | 4B | 1F | 6D | 3B | 2C |
| Octal | 106 | 261 | 55 | 74 | 0 | 113 | 37 | 155 | 73 | 54 |
| Binary | 1000110 | 10110001 | 101101 | 111100 | 0 | 1001011 | 11111 | 1101101 | 111011 | 101100 |
Color Harmonies of #46B12D
Complementary color
Monochromatic Colors of #46B12D
Black with #46B12D
Text Example
Text Example
White with #46B12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B12D; }
p { color: rgb(70,177,45); }
H1.HeaderClassName
{
color: #46B12D;
}
.AnyTagClassName
{
color: #46B12D;
}
</style>
background-color css
<style>
a { background-color: #46B12D; }
a { background-color: rgb(70,177,45); }
div.DivClassName
{
background-color: #46B12D;
}
.BgClassName
{
background-color: #46B12D;
}
</style>
border-color css
<style>
span { border-color: #46B12D; }
span { border-color: rgb(70,177,45); }
td.TdClassName
{
border-color: #46B12D;
}
.TagClassName
{
border-color: #46B12D;
}
</style>