Shades of Kelly Green #47BF1C
Tints of Kelly Green #47BF1C
RGB
CMYK
RGB Variations
Color information
#47BF1C (or 0x47BF1C) is known color: Kelly Green. HEX triplet: 47, BF and 1C. RGB value is (71,191,28). Sum of RGB (Red+Green+Blue) = 71+191+28=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 191 (75% from 255 or 65.86% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF1C is #B840E3. Grayscale: #898989. Windows color (decimal): -12075236 or 1883975. OLE color: 1883975.
HSL color Cylindrical-coordinate representation of color #47BF1C: hue angle of 104.17º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47BF1C is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 191 | 28 | - |
| CMYK | 0.63 | 0 | 0.85 | 0.25 |
| HSL | 104.17º | 0.74% | 0.43% | - |
| HSV(B) | 104.17º | 0.85% | 0.75% | - |
| XYZ | 21.44 | 38.69 | 7.44 | - |
| YUV | 136.54 | 66.74 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 191 | 28 | 0.63 | 0 | 0.85 | 0.25 | 104.17 | 0.74 | 0.43 |
| Hex | 47 | BF | 1C | 3F | 0 | 55 | 19 | 68 | 4A | 2B |
| Octal | 107 | 277 | 34 | 77 | 0 | 125 | 31 | 150 | 112 | 53 |
| Binary | 1000111 | 10111111 | 11100 | 111111 | 0 | 1010101 | 11001 | 1101000 | 1001010 | 101011 |
Color Harmonies of #47BF1C
Complementary color
Monochromatic Colors of #47BF1C
Black with #47BF1C
Text Example
Text Example
White with #47BF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BF1C; }
p { color: rgb(71,191,28); }
H1.HeaderClassName
{
color: #47BF1C;
}
.AnyTagClassName
{
color: #47BF1C;
}
</style>
background-color css
<style>
a { background-color: #47BF1C; }
a { background-color: rgb(71,191,28); }
div.DivClassName
{
background-color: #47BF1C;
}
.BgClassName
{
background-color: #47BF1C;
}
</style>
border-color css
<style>
span { border-color: #47BF1C; }
span { border-color: rgb(71,191,28); }
td.TdClassName
{
border-color: #47BF1C;
}
.TagClassName
{
border-color: #47BF1C;
}
</style>