Html Css Color HEX #47AF4D Fruit Salad

📋 copy color: '#47AF4D'

red 71 ◦ green 175 ◦ blue 77

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

Shades of Fruit Salad #47AF4D

Tints of Fruit Salad #47AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.84%

R = 21.98%
G = 54.18%
B = 23.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#47AF4D (or 0x47AF4D) is known color: Fruit Salad. HEX triplet: 47, AF and 4D. RGB value is (71,175,77). Sum of RGB (Red+Green+Blue) = 71+175+77=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AF4D is #B850B2. Grayscale: #858585. Windows color (decimal): -12079283 or 5091143. OLE color: 5091143.

HSL color Cylindrical-coordinate representation of color #47AF4D: hue angle of 123.46º 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 #47AF4D is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 175 77 -
CMYK 0.59 0 0.56 0.31
HSL 123.46º 0.42% 0.48% -
HSV(B) 123.46º 0.59% 0.69% -
XYZ 19.27 32.54 12.29 -
YUV 132.73 96.54 83.97 -
System Red Green Blue C M Y K H S L
Decimal 71 175 77 0.59 0 0.56 0.31 123.46 0.42 0.48
Hex 47 AF 4D 3B 0 38 1F 7B 2A 30
Octal 107 257 115 73 0 70 37 173 52 60
Binary 1000111 10101111 1001101 111011 0 111000 11111 1111011 101010 110000

Color Harmonies of #47AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AF4D

Black with #47AF4D

Text Example


Text Example

White with #47AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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