Shades of Kelly Green #47BD08
Tints of Kelly Green #47BD08
RGB
CMYK
RGB Variations
Color information
#47BD08 (or 0x47BD08) is known color: Kelly Green. HEX triplet: 47, BD and 08. RGB value is (71,189,8). Sum of RGB (Red+Green+Blue) = 71+189+8=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 189 (74.22% from 255 or 70.52% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47BD08 is #B842F7. Grayscale: #858585. Windows color (decimal): -12075768 or 572743. OLE color: 572743.
HSL color Cylindrical-coordinate representation of color #47BD08: hue angle of 99.12º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47BD08 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 189 | 8 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.26 |
| HSL | 99.12º | 0.92% | 0.39% | - |
| HSV(B) | 99.12º | 0.96% | 0.74% | - |
| XYZ | 20.84 | 37.75 | 6.42 | - |
| YUV | 133.08 | 57.41 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 189 | 8 | 0.62 | 0 | 0.96 | 0.26 | 99.12 | 0.92 | 0.39 |
| Hex | 47 | BD | 8 | 3E | 0 | 60 | 1A | 63 | 5C | 27 |
| Octal | 107 | 275 | 10 | 76 | 0 | 140 | 32 | 143 | 134 | 47 |
| Binary | 1000111 | 10111101 | 1000 | 111110 | 0 | 1100000 | 11010 | 1100011 | 1011100 | 100111 |
Color Harmonies of #47BD08
Complementary color
Monochromatic Colors of #47BD08
Black with #47BD08
Text Example
Text Example
White with #47BD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BD08; }
p { color: rgb(71,189,8); }
H1.HeaderClassName
{
color: #47BD08;
}
.AnyTagClassName
{
color: #47BD08;
}
</style>
background-color css
<style>
a { background-color: #47BD08; }
a { background-color: rgb(71,189,8); }
div.DivClassName
{
background-color: #47BD08;
}
.BgClassName
{
background-color: #47BD08;
}
</style>
border-color css
<style>
span { border-color: #47BD08; }
span { border-color: rgb(71,189,8); }
td.TdClassName
{
border-color: #47BD08;
}
.TagClassName
{
border-color: #47BD08;
}
</style>