Shades of Fruit Salad #47CA53
Tints of Fruit Salad #47CA53
RGB
CMYK
RGB Variations
Color information
#47CA53 (or 0x47CA53) is known color: Fruit Salad. HEX triplet: 47, CA and 53. RGB value is (71,202,83). Sum of RGB (Red+Green+Blue) = 71+202+83=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CA53 is #B835AC. Grayscale: #959595. Windows color (decimal): -12072365 or 5491271. OLE color: 5491271.
HSL color Cylindrical-coordinate representation of color #47CA53: hue angle of 125.5º 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 #47CA53 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 71 | 202 | 83 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.21 |
| HSL | 125.5º | 0.55% | 0.54% | - |
| HSV(B) | 125.5º | 0.65% | 0.79% | - |
| XYZ | 25.28 | 44.21 | 15.38 | - |
| YUV | 149.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 202 | 83 | 0.65 | 0 | 0.59 | 0.21 | 125.5 | 0.55 | 0.54 |
| Hex | 47 | CA | 53 | 41 | 0 | 3B | 15 | 7D | 37 | 36 |
| Octal | 107 | 312 | 123 | 101 | 0 | 73 | 25 | 175 | 67 | 66 |
| Binary | 1000111 | 11001010 | 1010011 | 1000001 | 0 | 111011 | 10101 | 1111101 | 110111 | 110110 |
Color Harmonies of #47CA53
Complementary color
Monochromatic Colors of #47CA53
Black with #47CA53
Text Example
Text Example
White with #47CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47CA53; }
p { color: rgb(71,202,83); }
H1.HeaderClassName
{
color: #47CA53;
}
.AnyTagClassName
{
color: #47CA53;
}
</style>
background-color css
<style>
a { background-color: #47CA53; }
a { background-color: rgb(71,202,83); }
div.DivClassName
{
background-color: #47CA53;
}
.BgClassName
{
background-color: #47CA53;
}
</style>
border-color css
<style>
span { border-color: #47CA53; }
span { border-color: rgb(71,202,83); }
td.TdClassName
{
border-color: #47CA53;
}
.TagClassName
{
border-color: #47CA53;
}
</style>