Shades of Fruit Salad #47C05C
Tints of Fruit Salad #47C05C
RGB
CMYK
RGB Variations
Color information
#47C05C (or 0x47C05C) is known color: Fruit Salad. HEX triplet: 47, C0 and 5C. RGB value is (71,192,92). Sum of RGB (Red+Green+Blue) = 71+192+92=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #47C05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C05C is #B83FA3. Grayscale: #909090. Windows color (decimal): -12074916 or 6078535. OLE color: 6078535.
HSL color Cylindrical-coordinate representation of color #47C05C: hue angle of 130.41º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C05C is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 71 | 192 | 92 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.25 |
| HSL | 130.41º | 0.49% | 0.52% | - |
| HSV(B) | 130.41º | 0.63% | 0.75% | - |
| XYZ | 23.38 | 39.81 | 16.58 | - |
| YUV | 144.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 192 | 92 | 0.63 | 0 | 0.52 | 0.25 | 130.41 | 0.49 | 0.52 |
| Hex | 47 | C0 | 5C | 3F | 0 | 34 | 19 | 82 | 31 | 34 |
| Octal | 107 | 300 | 134 | 77 | 0 | 64 | 31 | 202 | 61 | 64 |
| Binary | 1000111 | 11000000 | 1011100 | 111111 | 0 | 110100 | 11001 | 10000010 | 110001 | 110100 |
Color Harmonies of #47C05C
Complementary color
Monochromatic Colors of #47C05C
Black with #47C05C
Text Example
Text Example
White with #47C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47C05C; }
p { color: rgb(71,192,92); }
H1.HeaderClassName
{
color: #47C05C;
}
.AnyTagClassName
{
color: #47C05C;
}
</style>
background-color css
<style>
a { background-color: #47C05C; }
a { background-color: rgb(71,192,92); }
div.DivClassName
{
background-color: #47C05C;
}
.BgClassName
{
background-color: #47C05C;
}
</style>
border-color css
<style>
span { border-color: #47C05C; }
span { border-color: rgb(71,192,92); }
td.TdClassName
{
border-color: #47C05C;
}
.TagClassName
{
border-color: #47C05C;
}
</style>