Html Css Color HEX #47C350 Fruit Salad

📋 copy color: '#47C350'

red 71 ◦ green 195 ◦ blue 80

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

Shades of Fruit Salad #47C350

Tints of Fruit Salad #47C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.36%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 20.52%
G = 56.36%
B = 23.12%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#47C350 (or 0x47C350) is known color: Fruit Salad. HEX triplet: 47, C3 and 50. RGB value is (71,195,80). Sum of RGB (Red+Green+Blue) = 71+195+80=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #47C350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47C350 is #B83CAF. Grayscale: #919191. Windows color (decimal): -12074160 or 5292871. OLE color: 5292871.

HSL color Cylindrical-coordinate representation of color #47C350: hue angle of 124.35º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C350 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 195 80 -
CMYK 0.64 0 0.59 0.24
HSL 124.35º 0.51% 0.52% -
HSV(B) 124.35º 0.64% 0.76% -
XYZ 23.56 40.95 14.25 -
YUV 144.81 91.42 75.35 -
System Red Green Blue C M Y K H S L
Decimal 71 195 80 0.64 0 0.59 0.24 124.35 0.51 0.52
Hex 47 C3 50 40 0 3B 18 7C 33 34
Octal 107 303 120 100 0 73 30 174 63 64
Binary 1000111 11000011 1010000 1000000 0 111011 11000 1111100 110011 110100

Color Harmonies of #47C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C350

Black with #47C350

Text Example


Text Example

White with #47C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,195,80); }

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

background-color css

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

 a { background-color: rgb(71,195,80); }

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

border-color css

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

 span { border-color: rgb(71,195,80); }

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