Html Css Color HEX #47BF5B Fruit Salad

📋 copy color: '#47BF5B'

red 71 ◦ green 191 ◦ blue 91

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

Shades of Fruit Salad #47BF5B

Tints of Fruit Salad #47BF5B

RGB

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

 GREEN value IS 191 (75% from 255) = 54.11%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 20.11%
G = 54.11%
B = 25.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#47BF5B (or 0x47BF5B) is known color: Fruit Salad. HEX triplet: 47, BF and 5B. RGB value is (71,191,91). Sum of RGB (Red+Green+Blue) = 71+191+91=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BF5B is #B840A4. Grayscale: #909090. Windows color (decimal): -12075173 or 6012743. OLE color: 6012743.

HSL color Cylindrical-coordinate representation of color #47BF5B: hue angle of 130º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BF5B is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 191 91 -
CMYK 0.63 0 0.52 0.25
HSL 130º 0.48% 0.51% -
HSV(B) 130º 0.63% 0.75% -
XYZ 23.12 39.36 16.28 -
YUV 143.72 98.24 76.13 -
System Red Green Blue C M Y K H S L
Decimal 71 191 91 0.63 0 0.52 0.25 130 0.48 0.51
Hex 47 BF 5B 3F 0 34 19 82 30 33
Octal 107 277 133 77 0 64 31 202 60 63
Binary 1000111 10111111 1011011 111111 0 110100 11001 10000010 110000 110011

Color Harmonies of #47BF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BF5B

Black with #47BF5B

Text Example


Text Example

White with #47BF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,191,91); }

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

background-color css

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

 a { background-color: rgb(71,191,91); }

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

border-color css

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

 span { border-color: rgb(71,191,91); }

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