Shades of Kelly Green #49D41B
Tints of Kelly Green #49D41B
RGB
CMYK
RGB Variations
Color information
#49D41B (or 0x49D41B) is known color: Kelly Green. HEX triplet: 49, D4 and 1B. RGB value is (73,212,27). Sum of RGB (Red+Green+Blue) = 73+212+27=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 212 (83.20% from 255 or 67.95% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 212 - color contains mainly: green. Hex color #49D41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D41B is #B62BE4. Grayscale: #959595. Windows color (decimal): -11938789 or 1823817. OLE color: 1823817.
HSL color Cylindrical-coordinate representation of color #49D41B: hue angle of 105.08º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49D41B is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 212 | 27 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.17 |
| HSL | 105.08º | 0.77% | 0.47% | - |
| HSV(B) | 105.08º | 0.87% | 0.83% | - |
| XYZ | 26.49 | 48.58 | 9.02 | - |
| YUV | 149.35 | 58.95 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 212 | 27 | 0.66 | 0 | 0.87 | 0.17 | 105.08 | 0.77 | 0.47 |
| Hex | 49 | D4 | 1B | 42 | 0 | 57 | 11 | 69 | 4D | 2F |
| Octal | 111 | 324 | 33 | 102 | 0 | 127 | 21 | 151 | 115 | 57 |
| Binary | 1001001 | 11010100 | 11011 | 1000010 | 0 | 1010111 | 10001 | 1101001 | 1001101 | 101111 |
Color Harmonies of #49D41B
Complementary color
Monochromatic Colors of #49D41B
Black with #49D41B
Text Example
Text Example
White with #49D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D41B; }
p { color: rgb(73,212,27); }
H1.HeaderClassName
{
color: #49D41B;
}
.AnyTagClassName
{
color: #49D41B;
}
</style>
background-color css
<style>
a { background-color: #49D41B; }
a { background-color: rgb(73,212,27); }
div.DivClassName
{
background-color: #49D41B;
}
.BgClassName
{
background-color: #49D41B;
}
</style>
border-color css
<style>
span { border-color: #49D41B; }
span { border-color: rgb(73,212,27); }
td.TdClassName
{
border-color: #49D41B;
}
.TagClassName
{
border-color: #49D41B;
}
</style>