Shades of Kelly Green #47CB14
Tints of Kelly Green #47CB14
RGB
CMYK
RGB Variations
Color information
#47CB14 (or 0x47CB14) is known color: Kelly Green. HEX triplet: 47, CB and 14. RGB value is (71,203,20). Sum of RGB (Red+Green+Blue) = 71+203+20=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 203 (79.69% from 255 or 69.05% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47CB14 is #B834EB. Grayscale: #8F8F8F. Windows color (decimal): -12072172 or 1362759. OLE color: 1362759.
HSL color Cylindrical-coordinate representation of color #47CB14: hue angle of 103.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47CB14 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 20 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.20 |
| HSL | 103.28º | 0.82% | 0.44% | - |
| HSV(B) | 103.28º | 0.9% | 0.8% | - |
| XYZ | 24.08 | 44.1 | 7.91 | - |
| YUV | 142.67 | 58.77 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 20 | 0.65 | 0 | 0.90 | 0.20 | 103.28 | 0.82 | 0.44 |
| Hex | 47 | CB | 14 | 41 | 0 | 5A | 14 | 67 | 52 | 2C |
| Octal | 107 | 313 | 24 | 101 | 0 | 132 | 24 | 147 | 122 | 54 |
| Binary | 1000111 | 11001011 | 10100 | 1000001 | 0 | 1011010 | 10100 | 1100111 | 1010010 | 101100 |
Color Harmonies of #47CB14
Complementary color
Monochromatic Colors of #47CB14
Black with #47CB14
Text Example
Text Example
White with #47CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB14; }
p { color: rgb(71,203,20); }
H1.HeaderClassName
{
color: #47CB14;
}
.AnyTagClassName
{
color: #47CB14;
}
</style>
background-color css
<style>
a { background-color: #47CB14; }
a { background-color: rgb(71,203,20); }
div.DivClassName
{
background-color: #47CB14;
}
.BgClassName
{
background-color: #47CB14;
}
</style>
border-color css
<style>
span { border-color: #47CB14; }
span { border-color: rgb(71,203,20); }
td.TdClassName
{
border-color: #47CB14;
}
.TagClassName
{
border-color: #47CB14;
}
</style>