Shades of Kelly Green #46D71C
Tints of Kelly Green #46D71C
RGB
CMYK
RGB Variations
Color information
#46D71C (or 0x46D71C) is known color: Kelly Green. HEX triplet: 46, D7 and 1C. RGB value is (70,215,28). Sum of RGB (Red+Green+Blue) = 70+215+28=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #46D71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D71C is #B928E3. Grayscale: #969696. Windows color (decimal): -12134628 or 1890118. OLE color: 1890118.
HSL color Cylindrical-coordinate representation of color #46D71C: hue angle of 106.52º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46D71C is Cyan = 0.67, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 28 | - |
| CMYK | 0.67 | 0 | 0.87 | 0.16 |
| HSL | 106.52º | 0.77% | 0.48% | - |
| HSV(B) | 106.52º | 0.87% | 0.84% | - |
| XYZ | 27.04 | 49.99 | 9.32 | - |
| YUV | 150.33 | 58.96 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 28 | 0.67 | 0 | 0.87 | 0.16 | 106.52 | 0.77 | 0.48 |
| Hex | 46 | D7 | 1C | 43 | 0 | 57 | 10 | 6B | 4D | 30 |
| Octal | 106 | 327 | 34 | 103 | 0 | 127 | 20 | 153 | 115 | 60 |
| Binary | 1000110 | 11010111 | 11100 | 1000011 | 0 | 1010111 | 10000 | 1101011 | 1001101 | 110000 |
Color Harmonies of #46D71C
Complementary color
Monochromatic Colors of #46D71C
Black with #46D71C
Text Example
Text Example
White with #46D71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D71C; }
p { color: rgb(70,215,28); }
H1.HeaderClassName
{
color: #46D71C;
}
.AnyTagClassName
{
color: #46D71C;
}
</style>
background-color css
<style>
a { background-color: #46D71C; }
a { background-color: rgb(70,215,28); }
div.DivClassName
{
background-color: #46D71C;
}
.BgClassName
{
background-color: #46D71C;
}
</style>
border-color css
<style>
span { border-color: #46D71C; }
span { border-color: rgb(70,215,28); }
td.TdClassName
{
border-color: #46D71C;
}
.TagClassName
{
border-color: #46D71C;
}
</style>