Html Css Color HEX #47BD50 Fruit Salad

📋 copy color: '#47BD50'

red 71 ◦ green 189 ◦ blue 80

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

Shades of Fruit Salad #47BD50

Tints of Fruit Salad #47BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.59%

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

R = 20.88%
G = 55.59%
B = 23.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#47BD50 (or 0x47BD50) is known color: Fruit Salad. HEX triplet: 47, BD and 50. RGB value is (71,189,80). Sum of RGB (Red+Green+Blue) = 71+189+80=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BD50 is #B842AF. Grayscale: #8D8D8D. Windows color (decimal): -12075696 or 5291335. OLE color: 5291335.

HSL color Cylindrical-coordinate representation of color #47BD50: hue angle of 124.58º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD50 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 189 80 -
CMYK 0.62 0 0.58 0.26
HSL 124.58º 0.47% 0.51% -
HSV(B) 124.58º 0.62% 0.74% -
XYZ 22.24 38.31 13.81 -
YUV 141.29 93.41 77.86 -
System Red Green Blue C M Y K H S L
Decimal 71 189 80 0.62 0 0.58 0.26 124.58 0.47 0.51
Hex 47 BD 50 3E 0 3A 1A 7D 2F 33
Octal 107 275 120 76 0 72 32 175 57 63
Binary 1000111 10111101 1010000 111110 0 111010 11010 1111101 101111 110011

Color Harmonies of #47BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BD50

Black with #47BD50

Text Example


Text Example

White with #47BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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