Shades of Kelly Green #46CF04
Tints of Kelly Green #46CF04
RGB
CMYK
RGB Variations
Color information
#46CF04 (or 0x46CF04) is known color: Kelly Green. HEX triplet: 46, CF and 04. RGB value is (70,207,4). Sum of RGB (Red+Green+Blue) = 70+207+4=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46CF04 is #B930FB. Grayscale: #8F8F8F. Windows color (decimal): -12136700 or 315206. OLE color: 315206.
HSL color Cylindrical-coordinate representation of color #46CF04: hue angle of 100.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46CF04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 4 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.19 |
| HSL | 100.49º | 0.96% | 0.41% | - |
| HSV(B) | 100.49º | 0.98% | 0.81% | - |
| XYZ | 24.86 | 45.94 | 7.67 | - |
| YUV | 142.9 | 49.61 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 4 | 0.66 | 0 | 0.98 | 0.19 | 100.49 | 0.96 | 0.41 |
| Hex | 46 | CF | 4 | 42 | 0 | 62 | 13 | 64 | 60 | 29 |
| Octal | 106 | 317 | 4 | 102 | 0 | 142 | 23 | 144 | 140 | 51 |
| Binary | 1000110 | 11001111 | 100 | 1000010 | 0 | 1100010 | 10011 | 1100100 | 1100000 | 101001 |
Color Harmonies of #46CF04
Complementary color
Monochromatic Colors of #46CF04
Black with #46CF04
Text Example
Text Example
White with #46CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF04; }
p { color: rgb(70,207,4); }
H1.HeaderClassName
{
color: #46CF04;
}
.AnyTagClassName
{
color: #46CF04;
}
</style>
background-color css
<style>
a { background-color: #46CF04; }
a { background-color: rgb(70,207,4); }
div.DivClassName
{
background-color: #46CF04;
}
.BgClassName
{
background-color: #46CF04;
}
</style>
border-color css
<style>
span { border-color: #46CF04; }
span { border-color: rgb(70,207,4); }
td.TdClassName
{
border-color: #46CF04;
}
.TagClassName
{
border-color: #46CF04;
}
</style>