Shades of Fruit Salad #47BB44
Tints of Fruit Salad #47BB44
RGB
CMYK
RGB Variations
Color information
#47BB44 (or 0x47BB44) is known color: Fruit Salad. HEX triplet: 47, BB and 44. RGB value is (71,187,68). Sum of RGB (Red+Green+Blue) = 71+187+68=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BB44 is #B844BB. Grayscale: #8B8B8B. Windows color (decimal): -12076220 or 4504391. OLE color: 4504391.
HSL color Cylindrical-coordinate representation of color #47BB44: hue angle of 118.49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47BB44 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 187 | 68 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.27 |
| HSL | 118.49º | 0.47% | 0.5% | - |
| HSV(B) | 118.49º | 0.64% | 0.73% | - |
| XYZ | 21.41 | 37.3 | 11.54 | - |
| YUV | 138.75 | 88.07 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 187 | 68 | 0.62 | 0 | 0.64 | 0.27 | 118.49 | 0.47 | 0.5 |
| Hex | 47 | BB | 44 | 3E | 0 | 40 | 1B | 76 | 2F | 32 |
| Octal | 107 | 273 | 104 | 76 | 0 | 100 | 33 | 166 | 57 | 62 |
| Binary | 1000111 | 10111011 | 1000100 | 111110 | 0 | 1000000 | 11011 | 1110110 | 101111 | 110010 |
Color Harmonies of #47BB44
Complementary color
Monochromatic Colors of #47BB44
Black with #47BB44
Text Example
Text Example
White with #47BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BB44; }
p { color: rgb(71,187,68); }
H1.HeaderClassName
{
color: #47BB44;
}
.AnyTagClassName
{
color: #47BB44;
}
</style>
background-color css
<style>
a { background-color: #47BB44; }
a { background-color: rgb(71,187,68); }
div.DivClassName
{
background-color: #47BB44;
}
.BgClassName
{
background-color: #47BB44;
}
</style>
border-color css
<style>
span { border-color: #47BB44; }
span { border-color: rgb(71,187,68); }
td.TdClassName
{
border-color: #47BB44;
}
.TagClassName
{
border-color: #47BB44;
}
</style>