Shades of Kelly Green #47CB05
Tints of Kelly Green #47CB05
RGB
CMYK
RGB Variations
Color information
#47CB05 (or 0x47CB05) is known color: Kelly Green. HEX triplet: 47, CB and 05. RGB value is (71,203,5). Sum of RGB (Red+Green+Blue) = 71+203+5=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47CB05 is #B834FA. Grayscale: #8D8D8D. Windows color (decimal): -12072187 or 379719. OLE color: 379719.
HSL color Cylindrical-coordinate representation of color #47CB05: hue angle of 100º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47CB05 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 203 | 5 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.20 |
| HSL | 100º | 0.95% | 0.41% | - |
| HSV(B) | 100º | 0.98% | 0.8% | - |
| XYZ | 23.98 | 44.06 | 7.38 | - |
| YUV | 140.96 | 51.27 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 203 | 5 | 0.65 | 0 | 0.98 | 0.20 | 100 | 0.95 | 0.41 |
| Hex | 47 | CB | 5 | 41 | 0 | 62 | 14 | 64 | 5F | 29 |
| Octal | 107 | 313 | 5 | 101 | 0 | 142 | 24 | 144 | 137 | 51 |
| Binary | 1000111 | 11001011 | 101 | 1000001 | 0 | 1100010 | 10100 | 1100100 | 1011111 | 101001 |
Color Harmonies of #47CB05
Complementary color
Monochromatic Colors of #47CB05
Black with #47CB05
Text Example
Text Example
White with #47CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CB05; }
p { color: rgb(71,203,5); }
H1.HeaderClassName
{
color: #47CB05;
}
.AnyTagClassName
{
color: #47CB05;
}
</style>
background-color css
<style>
a { background-color: #47CB05; }
a { background-color: rgb(71,203,5); }
div.DivClassName
{
background-color: #47CB05;
}
.BgClassName
{
background-color: #47CB05;
}
</style>
border-color css
<style>
span { border-color: #47CB05; }
span { border-color: rgb(71,203,5); }
td.TdClassName
{
border-color: #47CB05;
}
.TagClassName
{
border-color: #47CB05;
}
</style>