Shades of Kelly Green #46BA28
Tints of Kelly Green #46BA28
RGB
CMYK
RGB Variations
Color information
#46BA28 (or 0x46BA28) is known color: Kelly Green. HEX triplet: 46, BA and 28. RGB value is (70,186,40). Sum of RGB (Red+Green+Blue) = 70+186+40=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA28 is #B945D7. Grayscale: #878787. Windows color (decimal): -12142040 or 2669126. OLE color: 2669126.
HSL color Cylindrical-coordinate representation of color #46BA28: hue angle of 107.67º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46BA28 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 40 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.27 |
| HSL | 107.67º | 0.65% | 0.44% | - |
| HSV(B) | 107.67º | 0.78% | 0.73% | - |
| XYZ | 20.47 | 36.57 | 7.99 | - |
| YUV | 134.67 | 74.57 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 40 | 0.62 | 0 | 0.78 | 0.27 | 107.67 | 0.65 | 0.44 |
| Hex | 46 | BA | 28 | 3E | 0 | 4E | 1B | 6C | 41 | 2C |
| Octal | 106 | 272 | 50 | 76 | 0 | 116 | 33 | 154 | 101 | 54 |
| Binary | 1000110 | 10111010 | 101000 | 111110 | 0 | 1001110 | 11011 | 1101100 | 1000001 | 101100 |
Color Harmonies of #46BA28
Complementary color
Monochromatic Colors of #46BA28
Black with #46BA28
Text Example
Text Example
White with #46BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA28; }
p { color: rgb(70,186,40); }
H1.HeaderClassName
{
color: #46BA28;
}
.AnyTagClassName
{
color: #46BA28;
}
</style>
background-color css
<style>
a { background-color: #46BA28; }
a { background-color: rgb(70,186,40); }
div.DivClassName
{
background-color: #46BA28;
}
.BgClassName
{
background-color: #46BA28;
}
</style>
border-color css
<style>
span { border-color: #46BA28; }
span { border-color: rgb(70,186,40); }
td.TdClassName
{
border-color: #46BA28;
}
.TagClassName
{
border-color: #46BA28;
}
</style>