Html Css Color HEX #47B950 Fruit Salad

📋 copy color: '#47B950'

red 71 ◦ green 185 ◦ blue 80

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

Shades of Fruit Salad #47B950

Tints of Fruit Salad #47B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 55.06%

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

R = 21.13%
G = 55.06%
B = 23.81%

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

#47B950 (or 0x47B950) is known color: Fruit Salad. HEX triplet: 47, B9 and 50. RGB value is (71,185,80). Sum of RGB (Red+Green+Blue) = 71+185+80=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #47B950 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B950 is #B846AF. Grayscale: #8B8B8B. Windows color (decimal): -12076720 or 5290311. OLE color: 5290311.

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

Color convert

RGB 71 185 80 -
CMYK 0.62 0 0.57 0.27
HSL 124.74º 0.45% 0.5% -
HSV(B) 124.74º 0.62% 0.73% -
XYZ 21.4 36.62 13.53 -
YUV 138.94 94.73 79.54 -
System Red Green Blue C M Y K H S L
Decimal 71 185 80 0.62 0 0.57 0.27 124.74 0.45 0.5
Hex 47 B9 50 3E 0 39 1B 7D 2D 32
Octal 107 271 120 76 0 71 33 175 55 62
Binary 1000111 10111001 1010000 111110 0 111001 11011 1111101 101101 110010

Color Harmonies of #47B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B950

Black with #47B950

Text Example


Text Example

White with #47B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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