Html Css Color HEX #47AF50 Fruit Salad

📋 copy color: '#47AF50'

red 71 ◦ green 175 ◦ blue 80

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

Shades of Fruit Salad #47AF50

Tints of Fruit Salad #47AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.68%

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

R = 21.78%
G = 53.68%
B = 24.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#47AF50 (or 0x47AF50) is known color: Fruit Salad. HEX triplet: 47, AF and 50. RGB value is (71,175,80). Sum of RGB (Red+Green+Blue) = 71+175+80=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AF50 is #B850AF. Grayscale: #858585. Windows color (decimal): -12079280 or 5287751. OLE color: 5287751.

HSL color Cylindrical-coordinate representation of color #47AF50: hue angle of 125.19º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF50 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 175 80 -
CMYK 0.59 0 0.54 0.31
HSL 125.19º 0.42% 0.48% -
HSV(B) 125.19º 0.59% 0.69% -
XYZ 19.38 32.58 12.86 -
YUV 133.07 98.04 83.72 -
System Red Green Blue C M Y K H S L
Decimal 71 175 80 0.59 0 0.54 0.31 125.19 0.42 0.48
Hex 47 AF 50 3B 0 36 1F 7D 2A 30
Octal 107 257 120 73 0 66 37 175 52 60
Binary 1000111 10101111 1010000 111011 0 110110 11111 1111101 101010 110000

Color Harmonies of #47AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AF50

Black with #47AF50

Text Example


Text Example

White with #47AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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