Shades of Fruit Salad #47AB36
Tints of Fruit Salad #47AB36
RGB
CMYK
RGB Variations
Color information
#47AB36 (or 0x47AB36) is known color: Fruit Salad. HEX triplet: 47, AB and 36. RGB value is (71,171,54). Sum of RGB (Red+Green+Blue) = 71+171+54=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AB36 is #B854C9. Grayscale: #808080. Windows color (decimal): -12080330 or 3582791. OLE color: 3582791.
HSL color Cylindrical-coordinate representation of color #47AB36: hue angle of 111.28º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47AB36 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 54 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.33 |
| HSL | 111.28º | 0.52% | 0.44% | - |
| HSV(B) | 111.28º | 0.68% | 0.67% | - |
| XYZ | 17.83 | 30.73 | 8.48 | - |
| YUV | 127.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 54 | 0.58 | 0 | 0.68 | 0.33 | 111.28 | 0.52 | 0.44 |
| Hex | 47 | AB | 36 | 3A | 0 | 44 | 21 | 6F | 34 | 2C |
| Octal | 107 | 253 | 66 | 72 | 0 | 104 | 41 | 157 | 64 | 54 |
| Binary | 1000111 | 10101011 | 110110 | 111010 | 0 | 1000100 | 100001 | 1101111 | 110100 | 101100 |
Color Harmonies of #47AB36
Complementary color
Monochromatic Colors of #47AB36
Black with #47AB36
Text Example
Text Example
White with #47AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB36; }
p { color: rgb(71,171,54); }
H1.HeaderClassName
{
color: #47AB36;
}
.AnyTagClassName
{
color: #47AB36;
}
</style>
background-color css
<style>
a { background-color: #47AB36; }
a { background-color: rgb(71,171,54); }
div.DivClassName
{
background-color: #47AB36;
}
.BgClassName
{
background-color: #47AB36;
}
</style>
border-color css
<style>
span { border-color: #47AB36; }
span { border-color: rgb(71,171,54); }
td.TdClassName
{
border-color: #47AB36;
}
.TagClassName
{
border-color: #47AB36;
}
</style>