Shades of Kelly Green #49C009
Tints of Kelly Green #49C009
RGB
CMYK
RGB Variations
Color information
#49C009 (or 0x49C009) is known color: Kelly Green. HEX triplet: 49, C0 and 09. RGB value is (73,192,9). Sum of RGB (Red+Green+Blue) = 73+192+9=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #49C009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C009 is #B63FF6. Grayscale: #888888. Windows color (decimal): -11943927 or 639049. OLE color: 639049.
HSL color Cylindrical-coordinate representation of color #49C009: hue angle of 99.02º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49C009 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 9 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.25 |
| HSL | 99.02º | 0.91% | 0.39% | - |
| HSV(B) | 99.02º | 0.95% | 0.75% | - |
| XYZ | 21.65 | 39.14 | 6.67 | - |
| YUV | 135.56 | 56.58 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 9 | 0.62 | 0 | 0.95 | 0.25 | 99.02 | 0.91 | 0.39 |
| Hex | 49 | C0 | 9 | 3E | 0 | 5F | 19 | 63 | 5B | 27 |
| Octal | 111 | 300 | 11 | 76 | 0 | 137 | 31 | 143 | 133 | 47 |
| Binary | 1001001 | 11000000 | 1001 | 111110 | 0 | 1011111 | 11001 | 1100011 | 1011011 | 100111 |
Color Harmonies of #49C009
Complementary color
Monochromatic Colors of #49C009
Black with #49C009
Text Example
Text Example
White with #49C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C009; }
p { color: rgb(73,192,9); }
H1.HeaderClassName
{
color: #49C009;
}
.AnyTagClassName
{
color: #49C009;
}
</style>
background-color css
<style>
a { background-color: #49C009; }
a { background-color: rgb(73,192,9); }
div.DivClassName
{
background-color: #49C009;
}
.BgClassName
{
background-color: #49C009;
}
</style>
border-color css
<style>
span { border-color: #49C009; }
span { border-color: rgb(73,192,9); }
td.TdClassName
{
border-color: #49C009;
}
.TagClassName
{
border-color: #49C009;
}
</style>