Shades of Kelly Green #46BA27
Tints of Kelly Green #46BA27
RGB
CMYK
RGB Variations
Color information
#46BA27 (or 0x46BA27) is known color: Kelly Green. HEX triplet: 46, BA and 27. RGB value is (70,186,39). Sum of RGB (Red+Green+Blue) = 70+186+39=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #46BA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BA27 is #B945D8. Grayscale: #878787. Windows color (decimal): -12142041 or 2603590. OLE color: 2603590.
HSL color Cylindrical-coordinate representation of color #46BA27: hue angle of 107.35º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46BA27 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 186 | 39 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.27 |
| HSL | 107.35º | 0.65% | 0.44% | - |
| HSV(B) | 107.35º | 0.79% | 0.73% | - |
| XYZ | 20.45 | 36.57 | 7.9 | - |
| YUV | 134.56 | 74.07 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 186 | 39 | 0.62 | 0 | 0.79 | 0.27 | 107.35 | 0.65 | 0.44 |
| Hex | 46 | BA | 27 | 3E | 0 | 4F | 1B | 6B | 41 | 2C |
| Octal | 106 | 272 | 47 | 76 | 0 | 117 | 33 | 153 | 101 | 54 |
| Binary | 1000110 | 10111010 | 100111 | 111110 | 0 | 1001111 | 11011 | 1101011 | 1000001 | 101100 |
Color Harmonies of #46BA27
Complementary color
Monochromatic Colors of #46BA27
Black with #46BA27
Text Example
Text Example
White with #46BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BA27; }
p { color: rgb(70,186,39); }
H1.HeaderClassName
{
color: #46BA27;
}
.AnyTagClassName
{
color: #46BA27;
}
</style>
background-color css
<style>
a { background-color: #46BA27; }
a { background-color: rgb(70,186,39); }
div.DivClassName
{
background-color: #46BA27;
}
.BgClassName
{
background-color: #46BA27;
}
</style>
border-color css
<style>
span { border-color: #46BA27; }
span { border-color: rgb(70,186,39); }
td.TdClassName
{
border-color: #46BA27;
}
.TagClassName
{
border-color: #46BA27;
}
</style>