Shades of Kelly Green #49D71B
Tints of Kelly Green #49D71B
RGB
CMYK
RGB Variations
Color information
#49D71B (or 0x49D71B) is known color: Kelly Green. HEX triplet: 49, D7 and 1B. RGB value is (73,215,27). Sum of RGB (Red+Green+Blue) = 73+215+27=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #49D71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D71B is #B628E4. Grayscale: #979797. Windows color (decimal): -11938021 or 1824585. OLE color: 1824585.
HSL color Cylindrical-coordinate representation of color #49D71B: hue angle of 105.32º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49D71B is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 27 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.16 |
| HSL | 105.32º | 0.78% | 0.47% | - |
| HSV(B) | 105.32º | 0.87% | 0.84% | - |
| XYZ | 27.25 | 50.1 | 9.27 | - |
| YUV | 151.11 | 57.96 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 27 | 0.66 | 0 | 0.87 | 0.16 | 105.32 | 0.78 | 0.47 |
| Hex | 49 | D7 | 1B | 42 | 0 | 57 | 10 | 69 | 4E | 2F |
| Octal | 111 | 327 | 33 | 102 | 0 | 127 | 20 | 151 | 116 | 57 |
| Binary | 1001001 | 11010111 | 11011 | 1000010 | 0 | 1010111 | 10000 | 1101001 | 1001110 | 101111 |
Color Harmonies of #49D71B
Complementary color
Monochromatic Colors of #49D71B
Black with #49D71B
Text Example
Text Example
White with #49D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D71B; }
p { color: rgb(73,215,27); }
H1.HeaderClassName
{
color: #49D71B;
}
.AnyTagClassName
{
color: #49D71B;
}
</style>
background-color css
<style>
a { background-color: #49D71B; }
a { background-color: rgb(73,215,27); }
div.DivClassName
{
background-color: #49D71B;
}
.BgClassName
{
background-color: #49D71B;
}
</style>
border-color css
<style>
span { border-color: #49D71B; }
span { border-color: rgb(73,215,27); }
td.TdClassName
{
border-color: #49D71B;
}
.TagClassName
{
border-color: #49D71B;
}
</style>