Shades of Kelly Green #49CF00
Tints of Kelly Green #49CF00
RGB
CMYK
RGB Variations
Color information
#49CF00 (or 0x49CF00) is known color: Kelly Green. HEX triplet: 49, CF and 00. RGB value is (73,207,0). Sum of RGB (Red+Green+Blue) = 73+207+0=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CF00 is #B630FF. Grayscale: #909090. Windows color (decimal): -11940096 or 53065. OLE color: 53065.
HSL color Cylindrical-coordinate representation of color #49CF00: hue angle of 98.84º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49CF00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.19 |
| HSL | 98.84º | 1% | 0.41% | - |
| HSV(B) | 98.84º | 1% | 0.81% | - |
| XYZ | 25.06 | 46.04 | 7.57 | - |
| YUV | 143.34 | 47.11 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 0 | 0.65 | 0 | 1 | 0.19 | 98.84 | 1 | 0.41 |
| Hex | 49 | CF | 0 | 41 | 0 | 64 | 13 | 63 | 64 | 29 |
| Octal | 111 | 317 | 0 | 101 | 0 | 144 | 23 | 143 | 144 | 51 |
| Binary | 1001001 | 11001111 | 0 | 1000001 | 0 | 1100100 | 10011 | 1100011 | 1100100 | 101001 |
Color Harmonies of #49CF00
Complementary color
Monochromatic Colors of #49CF00
Black with #49CF00
Text Example
Text Example
White with #49CF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF00; }
p { color: rgb(73,207,0); }
H1.HeaderClassName
{
color: #49CF00;
}
.AnyTagClassName
{
color: #49CF00;
}
</style>
background-color css
<style>
a { background-color: #49CF00; }
a { background-color: rgb(73,207,0); }
div.DivClassName
{
background-color: #49CF00;
}
.BgClassName
{
background-color: #49CF00;
}
</style>
border-color css
<style>
span { border-color: #49CF00; }
span { border-color: rgb(73,207,0); }
td.TdClassName
{
border-color: #49CF00;
}
.TagClassName
{
border-color: #49CF00;
}
</style>