Shades of Kelly Green #46BD1B
Tints of Kelly Green #46BD1B
RGB
CMYK
RGB Variations
Color information
#46BD1B (or 0x46BD1B) is known color: Kelly Green. HEX triplet: 46, BD and 1B. RGB value is (70,189,27). Sum of RGB (Red+Green+Blue) = 70+189+27=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 189 (74.22% from 255 or 66.08% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 189 - color contains mainly: green. Hex color #46BD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BD1B is #B942E4. Grayscale: #878787. Windows color (decimal): -12141285 or 1817926. OLE color: 1817926.
HSL color Cylindrical-coordinate representation of color #46BD1B: hue angle of 104.07º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46BD1B is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 189 | 27 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.26 |
| HSL | 104.07º | 0.75% | 0.42% | - |
| HSV(B) | 104.07º | 0.86% | 0.74% | - |
| XYZ | 20.92 | 37.78 | 7.23 | - |
| YUV | 134.95 | 67.08 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 189 | 27 | 0.63 | 0 | 0.86 | 0.26 | 104.07 | 0.75 | 0.42 |
| Hex | 46 | BD | 1B | 3F | 0 | 56 | 1A | 68 | 4B | 2A |
| Octal | 106 | 275 | 33 | 77 | 0 | 126 | 32 | 150 | 113 | 52 |
| Binary | 1000110 | 10111101 | 11011 | 111111 | 0 | 1010110 | 11010 | 1101000 | 1001011 | 101010 |
Color Harmonies of #46BD1B
Complementary color
Monochromatic Colors of #46BD1B
Black with #46BD1B
Text Example
Text Example
White with #46BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BD1B; }
p { color: rgb(70,189,27); }
H1.HeaderClassName
{
color: #46BD1B;
}
.AnyTagClassName
{
color: #46BD1B;
}
</style>
background-color css
<style>
a { background-color: #46BD1B; }
a { background-color: rgb(70,189,27); }
div.DivClassName
{
background-color: #46BD1B;
}
.BgClassName
{
background-color: #46BD1B;
}
</style>
border-color css
<style>
span { border-color: #46BD1B; }
span { border-color: rgb(70,189,27); }
td.TdClassName
{
border-color: #46BD1B;
}
.TagClassName
{
border-color: #46BD1B;
}
</style>