Shades of Kelly Green #49BC09
Tints of Kelly Green #49BC09
RGB
CMYK
RGB Variations
Color information
#49BC09 (or 0x49BC09) is known color: Kelly Green. HEX triplet: 49, BC and 09. RGB value is (73,188,9). Sum of RGB (Red+Green+Blue) = 73+188+9=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BC09 is #B643F6. Grayscale: #858585. Windows color (decimal): -11944951 or 638025. OLE color: 638025.
HSL color Cylindrical-coordinate representation of color #49BC09: hue angle of 98.55º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49BC09 is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 9 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.26 |
| HSL | 98.55º | 0.91% | 0.39% | - |
| HSV(B) | 98.55º | 0.95% | 0.74% | - |
| XYZ | 20.78 | 37.4 | 6.38 | - |
| YUV | 133.21 | 57.9 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 9 | 0.61 | 0 | 0.95 | 0.26 | 98.55 | 0.91 | 0.39 |
| Hex | 49 | BC | 9 | 3D | 0 | 5F | 1A | 63 | 5B | 27 |
| Octal | 111 | 274 | 11 | 75 | 0 | 137 | 32 | 143 | 133 | 47 |
| Binary | 1001001 | 10111100 | 1001 | 111101 | 0 | 1011111 | 11010 | 1100011 | 1011011 | 100111 |
Color Harmonies of #49BC09
Complementary color
Monochromatic Colors of #49BC09
Black with #49BC09
Text Example
Text Example
White with #49BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC09; }
p { color: rgb(73,188,9); }
H1.HeaderClassName
{
color: #49BC09;
}
.AnyTagClassName
{
color: #49BC09;
}
</style>
background-color css
<style>
a { background-color: #49BC09; }
a { background-color: rgb(73,188,9); }
div.DivClassName
{
background-color: #49BC09;
}
.BgClassName
{
background-color: #49BC09;
}
</style>
border-color css
<style>
span { border-color: #49BC09; }
span { border-color: rgb(73,188,9); }
td.TdClassName
{
border-color: #49BC09;
}
.TagClassName
{
border-color: #49BC09;
}
</style>