Shades of Kelly Green #46B70F
Tints of Kelly Green #46B70F
RGB
CMYK
RGB Variations
Color information
#46B70F (or 0x46B70F) is known color: Kelly Green. HEX triplet: 46, B7 and 0F. RGB value is (70,183,15). Sum of RGB (Red+Green+Blue) = 70+183+15=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 183 (71.88% from 255 or 68.28% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 183 - color contains mainly: green. Hex color #46B70F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46B70F is #B948F0. Grayscale: #828282. Windows color (decimal): -12142833 or 1029958. OLE color: 1029958.
HSL color Cylindrical-coordinate representation of color #46B70F: hue angle of 100.36º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46B70F is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 70 | 183 | 15 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.28 |
| HSL | 100.36º | 0.85% | 0.39% | - |
| HSV(B) | 100.36º | 0.92% | 0.72% | - |
| XYZ | 19.55 | 35.2 | 6.22 | - |
| YUV | 130.06 | 63.06 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 183 | 15 | 0.62 | 0 | 0.92 | 0.28 | 100.36 | 0.85 | 0.39 |
| Hex | 46 | B7 | F | 3E | 0 | 5C | 1C | 64 | 55 | 27 |
| Octal | 106 | 267 | 17 | 76 | 0 | 134 | 34 | 144 | 125 | 47 |
| Binary | 1000110 | 10110111 | 1111 | 111110 | 0 | 1011100 | 11100 | 1100100 | 1010101 | 100111 |
Color Harmonies of #46B70F
Complementary color
Monochromatic Colors of #46B70F
Black with #46B70F
Text Example
Text Example
White with #46B70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B70F; }
p { color: rgb(70,183,15); }
H1.HeaderClassName
{
color: #46B70F;
}
.AnyTagClassName
{
color: #46B70F;
}
</style>
background-color css
<style>
a { background-color: #46B70F; }
a { background-color: rgb(70,183,15); }
div.DivClassName
{
background-color: #46B70F;
}
.BgClassName
{
background-color: #46B70F;
}
</style>
border-color css
<style>
span { border-color: #46B70F; }
span { border-color: rgb(70,183,15); }
td.TdClassName
{
border-color: #46B70F;
}
.TagClassName
{
border-color: #46B70F;
}
</style>