Html Css Color HEX #47BB50 Fruit Salad

📋 copy color: '#47BB50'

red 71 ◦ green 187 ◦ blue 80

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

Shades of Fruit Salad #47BB50

Tints of Fruit Salad #47BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.33%

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

R = 21.01%
G = 55.33%
B = 23.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#47BB50 (or 0x47BB50) is known color: Fruit Salad. HEX triplet: 47, BB and 50. RGB value is (71,187,80). Sum of RGB (Red+Green+Blue) = 71+187+80=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #47BB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BB50 is #B844AF. Grayscale: #8C8C8C. Windows color (decimal): -12076208 or 5290823. OLE color: 5290823.

HSL color Cylindrical-coordinate representation of color #47BB50: hue angle of 124.66º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BB50 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 187 80 -
CMYK 0.62 0 0.57 0.27
HSL 124.66º 0.46% 0.51% -
HSV(B) 124.66º 0.62% 0.73% -
XYZ 21.82 37.46 13.67 -
YUV 140.12 94.07 78.7 -
System Red Green Blue C M Y K H S L
Decimal 71 187 80 0.62 0 0.57 0.27 124.66 0.46 0.51
Hex 47 BB 50 3E 0 39 1B 7D 2E 33
Octal 107 273 120 76 0 71 33 175 56 63
Binary 1000111 10111011 1010000 111110 0 111001 11011 1111101 101110 110011

Color Harmonies of #47BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BB50

Black with #47BB50

Text Example


Text Example

White with #47BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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