Shades of Kelly Green #47D614
Tints of Kelly Green #47D614
RGB
CMYK
RGB Variations
Color information
#47D614 (or 0x47D614) is known color: Kelly Green. HEX triplet: 47, D6 and 14. RGB value is (71,214,20). Sum of RGB (Red+Green+Blue) = 71+214+20=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #47D614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47D614 is #B829EB. Grayscale: #959595. Windows color (decimal): -12069356 or 1365575. OLE color: 1365575.
HSL color Cylindrical-coordinate representation of color #47D614: hue angle of 104.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47D614 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 214 | 20 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.16 |
| HSL | 104.23º | 0.83% | 0.46% | - |
| HSV(B) | 104.23º | 0.91% | 0.84% | - |
| XYZ | 26.77 | 49.48 | 8.8 | - |
| YUV | 149.13 | 55.12 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 214 | 20 | 0.67 | 0 | 0.91 | 0.16 | 104.23 | 0.83 | 0.46 |
| Hex | 47 | D6 | 14 | 43 | 0 | 5B | 10 | 68 | 53 | 2E |
| Octal | 107 | 326 | 24 | 103 | 0 | 133 | 20 | 150 | 123 | 56 |
| Binary | 1000111 | 11010110 | 10100 | 1000011 | 0 | 1011011 | 10000 | 1101000 | 1010011 | 101110 |
Color Harmonies of #47D614
Complementary color
Monochromatic Colors of #47D614
Black with #47D614
Text Example
Text Example
White with #47D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47D614; }
p { color: rgb(71,214,20); }
H1.HeaderClassName
{
color: #47D614;
}
.AnyTagClassName
{
color: #47D614;
}
</style>
background-color css
<style>
a { background-color: #47D614; }
a { background-color: rgb(71,214,20); }
div.DivClassName
{
background-color: #47D614;
}
.BgClassName
{
background-color: #47D614;
}
</style>
border-color css
<style>
span { border-color: #47D614; }
span { border-color: rgb(71,214,20); }
td.TdClassName
{
border-color: #47D614;
}
.TagClassName
{
border-color: #47D614;
}
</style>