Shades of Kelly Green #46BE1A
Tints of Kelly Green #46BE1A
RGB
CMYK
RGB Variations
Color information
#46BE1A (or 0x46BE1A) is known color: Kelly Green. HEX triplet: 46, BE and 1A. RGB value is (70,190,26). Sum of RGB (Red+Green+Blue) = 70+190+26=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 190 (74.61% from 255 or 66.43% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BE1A is #B941E5. Grayscale: #878787. Windows color (decimal): -12141030 or 1752646. OLE color: 1752646.
HSL color Cylindrical-coordinate representation of color #46BE1A: hue angle of 103.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46BE1A is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 190 | 26 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.25 |
| HSL | 103.9º | 0.76% | 0.42% | - |
| HSV(B) | 103.9º | 0.86% | 0.75% | - |
| XYZ | 21.13 | 38.2 | 7.24 | - |
| YUV | 135.42 | 66.24 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 190 | 26 | 0.63 | 0 | 0.86 | 0.25 | 103.9 | 0.76 | 0.42 |
| Hex | 46 | BE | 1A | 3F | 0 | 56 | 19 | 68 | 4C | 2A |
| Octal | 106 | 276 | 32 | 77 | 0 | 126 | 31 | 150 | 114 | 52 |
| Binary | 1000110 | 10111110 | 11010 | 111111 | 0 | 1010110 | 11001 | 1101000 | 1001100 | 101010 |
Color Harmonies of #46BE1A
Complementary color
Monochromatic Colors of #46BE1A
Black with #46BE1A
Text Example
Text Example
White with #46BE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BE1A; }
p { color: rgb(70,190,26); }
H1.HeaderClassName
{
color: #46BE1A;
}
.AnyTagClassName
{
color: #46BE1A;
}
</style>
background-color css
<style>
a { background-color: #46BE1A; }
a { background-color: rgb(70,190,26); }
div.DivClassName
{
background-color: #46BE1A;
}
.BgClassName
{
background-color: #46BE1A;
}
</style>
border-color css
<style>
span { border-color: #46BE1A; }
span { border-color: rgb(70,190,26); }
td.TdClassName
{
border-color: #46BE1A;
}
.TagClassName
{
border-color: #46BE1A;
}
</style>