Shades of Kelly Green #46CF05
Tints of Kelly Green #46CF05
RGB
CMYK
RGB Variations
Color information
#46CF05 (or 0x46CF05) is known color: Kelly Green. HEX triplet: 46, CF and 05. RGB value is (70,207,5). Sum of RGB (Red+Green+Blue) = 70+207+5=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CF05 is #B930FA. Grayscale: #8F8F8F. Windows color (decimal): -12136699 or 380742. OLE color: 380742.
HSL color Cylindrical-coordinate representation of color #46CF05: hue angle of 100.69º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46CF05 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 5 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.19 |
| HSL | 100.69º | 0.95% | 0.42% | - |
| HSV(B) | 100.69º | 0.98% | 0.81% | - |
| XYZ | 24.87 | 45.94 | 7.7 | - |
| YUV | 143.01 | 50.11 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 5 | 0.66 | 0 | 0.98 | 0.19 | 100.69 | 0.95 | 0.42 |
| Hex | 46 | CF | 5 | 42 | 0 | 62 | 13 | 65 | 5F | 2A |
| Octal | 106 | 317 | 5 | 102 | 0 | 142 | 23 | 145 | 137 | 52 |
| Binary | 1000110 | 11001111 | 101 | 1000010 | 0 | 1100010 | 10011 | 1100101 | 1011111 | 101010 |
Color Harmonies of #46CF05
Complementary color
Monochromatic Colors of #46CF05
Black with #46CF05
Text Example
Text Example
White with #46CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF05; }
p { color: rgb(70,207,5); }
H1.HeaderClassName
{
color: #46CF05;
}
.AnyTagClassName
{
color: #46CF05;
}
</style>
background-color css
<style>
a { background-color: #46CF05; }
a { background-color: rgb(70,207,5); }
div.DivClassName
{
background-color: #46CF05;
}
.BgClassName
{
background-color: #46CF05;
}
</style>
border-color css
<style>
span { border-color: #46CF05; }
span { border-color: rgb(70,207,5); }
td.TdClassName
{
border-color: #46CF05;
}
.TagClassName
{
border-color: #46CF05;
}
</style>