Shades of Kelly Green #46BC26
Tints of Kelly Green #46BC26
RGB
CMYK
RGB Variations
Color information
#46BC26 (or 0x46BC26) is known color: Kelly Green. HEX triplet: 46, BC and 26. RGB value is (70,188,38). Sum of RGB (Red+Green+Blue) = 70+188+38=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #46BC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46BC26 is #B943D9. Grayscale: #888888. Windows color (decimal): -12141530 or 2538566. OLE color: 2538566.
HSL color Cylindrical-coordinate representation of color #46BC26: hue angle of 107.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46BC26 is Cyan = 0.63, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 188 | 38 | - |
| CMYK | 0.63 | 0 | 0.80 | 0.26 |
| HSL | 107.2º | 0.66% | 0.44% | - |
| HSV(B) | 107.2º | 0.8% | 0.74% | - |
| XYZ | 20.86 | 37.41 | 7.95 | - |
| YUV | 135.62 | 72.91 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 188 | 38 | 0.63 | 0 | 0.80 | 0.26 | 107.2 | 0.66 | 0.44 |
| Hex | 46 | BC | 26 | 3F | 0 | 50 | 1A | 6B | 42 | 2C |
| Octal | 106 | 274 | 46 | 77 | 0 | 120 | 32 | 153 | 102 | 54 |
| Binary | 1000110 | 10111100 | 100110 | 111111 | 0 | 1010000 | 11010 | 1101011 | 1000010 | 101100 |
Color Harmonies of #46BC26
Complementary color
Monochromatic Colors of #46BC26
Black with #46BC26
Text Example
Text Example
White with #46BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BC26; }
p { color: rgb(70,188,38); }
H1.HeaderClassName
{
color: #46BC26;
}
.AnyTagClassName
{
color: #46BC26;
}
</style>
background-color css
<style>
a { background-color: #46BC26; }
a { background-color: rgb(70,188,38); }
div.DivClassName
{
background-color: #46BC26;
}
.BgClassName
{
background-color: #46BC26;
}
</style>
border-color css
<style>
span { border-color: #46BC26; }
span { border-color: rgb(70,188,38); }
td.TdClassName
{
border-color: #46BC26;
}
.TagClassName
{
border-color: #46BC26;
}
</style>