Shades of Kelly Green #49B402
Tints of Kelly Green #49B402
RGB
CMYK
RGB Variations
Color information
#49B402 (or 0x49B402) is known color: Kelly Green. HEX triplet: 49, B4 and 02. RGB value is (73,180,2). Sum of RGB (Red+Green+Blue) = 73+180+2=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 180 (70.70% from 255 or 70.59% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 180 - color contains mainly: green. Hex color #49B402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B402 is #B64BFD. Grayscale: #808080. Windows color (decimal): -11947006 or 177225. OLE color: 177225.
HSL color Cylindrical-coordinate representation of color #49B402: hue angle of 96.07º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49B402 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.29 |
| HSL | 96.07º | 0.98% | 0.36% | - |
| HSV(B) | 96.07º | 0.99% | 0.71% | - |
| XYZ | 19.08 | 34.06 | 5.63 | - |
| YUV | 127.72 | 57.05 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 2 | 0.59 | 0 | 0.99 | 0.29 | 96.07 | 0.98 | 0.36 |
| Hex | 49 | B4 | 2 | 3B | 0 | 63 | 1D | 60 | 62 | 24 |
| Octal | 111 | 264 | 2 | 73 | 0 | 143 | 35 | 140 | 142 | 44 |
| Binary | 1001001 | 10110100 | 10 | 111011 | 0 | 1100011 | 11101 | 1100000 | 1100010 | 100100 |
Color Harmonies of #49B402
Complementary color
Monochromatic Colors of #49B402
Black with #49B402
Text Example
Text Example
White with #49B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B402; }
p { color: rgb(73,180,2); }
H1.HeaderClassName
{
color: #49B402;
}
.AnyTagClassName
{
color: #49B402;
}
</style>
background-color css
<style>
a { background-color: #49B402; }
a { background-color: rgb(73,180,2); }
div.DivClassName
{
background-color: #49B402;
}
.BgClassName
{
background-color: #49B402;
}
</style>
border-color css
<style>
span { border-color: #49B402; }
span { border-color: rgb(73,180,2); }
td.TdClassName
{
border-color: #49B402;
}
.TagClassName
{
border-color: #49B402;
}
</style>