Shades of Kelly Green #46CB0A
Tints of Kelly Green #46CB0A
RGB
CMYK
RGB Variations
Color information
#46CB0A (or 0x46CB0A) is known color: Kelly Green. HEX triplet: 46, CB and 0A. RGB value is (70,203,10). Sum of RGB (Red+Green+Blue) = 70+203+10=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 203 (79.69% from 255 or 71.73% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CB0A is #B934F5. Grayscale: #8D8D8D. Windows color (decimal): -12137718 or 707398. OLE color: 707398.
HSL color Cylindrical-coordinate representation of color #46CB0A: hue angle of 101.35º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46CB0A is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 10 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.20 |
| HSL | 101.35º | 0.91% | 0.42% | - |
| HSV(B) | 101.35º | 0.95% | 0.8% | - |
| XYZ | 23.94 | 44.04 | 7.53 | - |
| YUV | 141.23 | 53.94 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 10 | 0.66 | 0 | 0.95 | 0.20 | 101.35 | 0.91 | 0.42 |
| Hex | 46 | CB | A | 42 | 0 | 5F | 14 | 65 | 5B | 2A |
| Octal | 106 | 313 | 12 | 102 | 0 | 137 | 24 | 145 | 133 | 52 |
| Binary | 1000110 | 11001011 | 1010 | 1000010 | 0 | 1011111 | 10100 | 1100101 | 1011011 | 101010 |
Color Harmonies of #46CB0A
Complementary color
Monochromatic Colors of #46CB0A
Black with #46CB0A
Text Example
Text Example
White with #46CB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB0A; }
p { color: rgb(70,203,10); }
H1.HeaderClassName
{
color: #46CB0A;
}
.AnyTagClassName
{
color: #46CB0A;
}
</style>
background-color css
<style>
a { background-color: #46CB0A; }
a { background-color: rgb(70,203,10); }
div.DivClassName
{
background-color: #46CB0A;
}
.BgClassName
{
background-color: #46CB0A;
}
</style>
border-color css
<style>
span { border-color: #46CB0A; }
span { border-color: rgb(70,203,10); }
td.TdClassName
{
border-color: #46CB0A;
}
.TagClassName
{
border-color: #46CB0A;
}
</style>