Html Css Color HEX #47A055 Fruit Salad

📋 copy color: '#47A055'

red 71 ◦ green 160 ◦ blue 85

#47A055
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #47A055

Tints of Fruit Salad #47A055

RGB

 RED value IS 71 (28.13% from 255) = 22.47%

 GREEN value IS 160 (62.89% from 255) = 50.63%

 BLUE value IS 85 (33.59% from 255) = 26.9%

R = 22.47%
G = 50.63%
B = 26.9%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#47A055 (or 0x47A055) is known color: Fruit Salad. HEX triplet: 47, A0 and 55. RGB value is (71,160,85). Sum of RGB (Red+Green+Blue) = 71+160+85=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #47A055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47A055 is #B85FAA. Grayscale: #7D7D7D. Windows color (decimal): -12083115 or 5611591. OLE color: 5611591.

HSL color Cylindrical-coordinate representation of color #47A055: hue angle of 129.44º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A055 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 160 85 -
CMYK 0.56 0 0.47 0.37
HSL 129.44º 0.39% 0.45% -
HSV(B) 129.44º 0.56% 0.63% -
XYZ 16.81 27.14 12.95 -
YUV 124.84 105.51 89.6 -
System Red Green Blue C M Y K H S L
Decimal 71 160 85 0.56 0 0.47 0.37 129.44 0.39 0.45
Hex 47 A0 55 38 0 2F 25 81 27 2D
Octal 107 240 125 70 0 57 45 201 47 55
Binary 1000111 10100000 1010101 111000 0 101111 100101 10000001 100111 101101

Color Harmonies of #47A055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A055

Black with #47A055

Text Example


Text Example

White with #47A055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A055; }

 p { color: rgb(71,160,85); }

 H1.HeaderClassName
 {
   color: #47A055;
 }
 .AnyTagClassName
 {
   color: #47A055;
 }
</style>

background-color css

<style>
 a { background-color: #47A055; }

 a { background-color: rgb(71,160,85); }

 div.DivClassName
 {
   background-color: #47A055;
 }
 .BgClassName
 {
   background-color: #47A055;
 }
</style>

border-color css

<style>
 span { border-color: #47A055; }

 span { border-color: rgb(71,160,85); }

 td.TdClassName
 {
   border-color: #47A055;
 }
 .TagClassName
 {
   border-color: #47A055;
 }
</style>