Shades of Fruit Salad #47CA55
Tints of Fruit Salad #47CA55
RGB
CMYK
RGB Variations
Color information
#47CA55 (or 0x47CA55) is known color: Fruit Salad. HEX triplet: 47, CA and 55. RGB value is (71,202,85). Sum of RGB (Red+Green+Blue) = 71+202+85=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CA55 is #B835AA. Grayscale: #959595. Windows color (decimal): -12072363 or 5622343. OLE color: 5622343.
HSL color Cylindrical-coordinate representation of color #47CA55: hue angle of 126.41º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CA55 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 85 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.21 |
| HSL | 126.41º | 0.55% | 0.54% | - |
| HSV(B) | 126.41º | 0.65% | 0.79% | - |
| XYZ | 25.36 | 44.24 | 15.8 | - |
| YUV | 149.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 85 | 0.65 | 0 | 0.58 | 0.21 | 126.41 | 0.55 | 0.54 |
| Hex | 47 | CA | 55 | 41 | 0 | 3A | 15 | 7E | 37 | 36 |
| Octal | 107 | 312 | 125 | 101 | 0 | 72 | 25 | 176 | 67 | 66 |
| Binary | 1000111 | 11001010 | 1010101 | 1000001 | 0 | 111010 | 10101 | 1111110 | 110111 | 110110 |
Color Harmonies of #47CA55
Complementary color
Monochromatic Colors of #47CA55
Black with #47CA55
Text Example
Text Example
White with #47CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA55; }
p { color: rgb(71,202,85); }
H1.HeaderClassName
{
color: #47CA55;
}
.AnyTagClassName
{
color: #47CA55;
}
</style>
background-color css
<style>
a { background-color: #47CA55; }
a { background-color: rgb(71,202,85); }
div.DivClassName
{
background-color: #47CA55;
}
.BgClassName
{
background-color: #47CA55;
}
</style>
border-color css
<style>
span { border-color: #47CA55; }
span { border-color: rgb(71,202,85); }
td.TdClassName
{
border-color: #47CA55;
}
.TagClassName
{
border-color: #47CA55;
}
</style>