Shades of Kelly Green #46D60A
Tints of Kelly Green #46D60A
RGB
CMYK
RGB Variations
Color information
#46D60A (or 0x46D60A) is known color: Kelly Green. HEX triplet: 46, D6 and 0A. RGB value is (70,214,10). Sum of RGB (Red+Green+Blue) = 70+214+10=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 214 (83.98% from 255 or 72.79% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 214 - color contains mainly: green. Hex color #46D60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46D60A is #B929F5. Grayscale: #949494. Windows color (decimal): -12134902 or 710214. OLE color: 710214.
HSL color Cylindrical-coordinate representation of color #46D60A: hue angle of 102.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46D60A is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 10 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.16 |
| HSL | 102.35º | 0.91% | 0.44% | - |
| HSV(B) | 102.35º | 0.95% | 0.84% | - |
| XYZ | 26.63 | 49.42 | 8.42 | - |
| YUV | 147.69 | 50.29 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 10 | 0.67 | 0 | 0.95 | 0.16 | 102.35 | 0.91 | 0.44 |
| Hex | 46 | D6 | A | 43 | 0 | 5F | 10 | 66 | 5B | 2C |
| Octal | 106 | 326 | 12 | 103 | 0 | 137 | 20 | 146 | 133 | 54 |
| Binary | 1000110 | 11010110 | 1010 | 1000011 | 0 | 1011111 | 10000 | 1100110 | 1011011 | 101100 |
Color Harmonies of #46D60A
Complementary color
Monochromatic Colors of #46D60A
Black with #46D60A
Text Example
Text Example
White with #46D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D60A; }
p { color: rgb(70,214,10); }
H1.HeaderClassName
{
color: #46D60A;
}
.AnyTagClassName
{
color: #46D60A;
}
</style>
background-color css
<style>
a { background-color: #46D60A; }
a { background-color: rgb(70,214,10); }
div.DivClassName
{
background-color: #46D60A;
}
.BgClassName
{
background-color: #46D60A;
}
</style>
border-color css
<style>
span { border-color: #46D60A; }
span { border-color: rgb(70,214,10); }
td.TdClassName
{
border-color: #46D60A;
}
.TagClassName
{
border-color: #46D60A;
}
</style>