Shades of Kelly Green #49CF04
Tints of Kelly Green #49CF04
RGB
CMYK
RGB Variations
Color information
#49CF04 (or 0x49CF04) is known color: Kelly Green. HEX triplet: 49, CF and 04. RGB value is (73,207,4). Sum of RGB (Red+Green+Blue) = 73+207+4=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CF04 is #B630FB. Grayscale: #909090. Windows color (decimal): -11940092 or 315209. OLE color: 315209.
HSL color Cylindrical-coordinate representation of color #49CF04: hue angle of 99.61º 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 #49CF04 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 4 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.19 |
| HSL | 99.61º | 0.96% | 0.41% | - |
| HSV(B) | 99.61º | 0.98% | 0.81% | - |
| XYZ | 25.08 | 46.05 | 7.68 | - |
| YUV | 143.79 | 49.11 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 4 | 0.65 | 0 | 0.98 | 0.19 | 99.61 | 0.96 | 0.41 |
| Hex | 49 | CF | 4 | 41 | 0 | 62 | 13 | 64 | 60 | 29 |
| Octal | 111 | 317 | 4 | 101 | 0 | 142 | 23 | 144 | 140 | 51 |
| Binary | 1001001 | 11001111 | 100 | 1000001 | 0 | 1100010 | 10011 | 1100100 | 1100000 | 101001 |
Color Harmonies of #49CF04
Complementary color
Monochromatic Colors of #49CF04
Black with #49CF04
Text Example
Text Example
White with #49CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF04; }
p { color: rgb(73,207,4); }
H1.HeaderClassName
{
color: #49CF04;
}
.AnyTagClassName
{
color: #49CF04;
}
</style>
background-color css
<style>
a { background-color: #49CF04; }
a { background-color: rgb(73,207,4); }
div.DivClassName
{
background-color: #49CF04;
}
.BgClassName
{
background-color: #49CF04;
}
</style>
border-color css
<style>
span { border-color: #49CF04; }
span { border-color: rgb(73,207,4); }
td.TdClassName
{
border-color: #49CF04;
}
.TagClassName
{
border-color: #49CF04;
}
</style>