Html Css Color HEX #47BF47 Fruit Salad

📋 copy color: '#47BF47'

red 71 ◦ green 191 ◦ blue 71

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

Shades of Fruit Salad #47BF47

Tints of Fruit Salad #47BF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 21.32%
G = 57.36%
B = 21.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#47BF47 (or 0x47BF47) is known color: Fruit Salad. HEX triplet: 47, BF and 47. RGB value is (71,191,71). Sum of RGB (Red+Green+Blue) = 71+191+71=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF47 is #B840B8. Grayscale: #8D8D8D. Windows color (decimal): -12075193 or 4702023. OLE color: 4702023.

HSL color Cylindrical-coordinate representation of color #47BF47: hue angle of 120º 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 #47BF47 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 191 71 -
CMYK 0.63 0 0.63 0.25
HSL 120º 0.48% 0.51% -
HSV(B) 120º 0.63% 0.75% -
XYZ 22.37 39.06 12.32 -
YUV 141.44 88.24 77.76 -
System Red Green Blue C M Y K H S L
Decimal 71 191 71 0.63 0 0.63 0.25 120 0.48 0.51
Hex 47 BF 47 3F 0 3F 19 78 30 33
Octal 107 277 107 77 0 77 31 170 60 63
Binary 1000111 10111111 1000111 111111 0 111111 11001 1111000 110000 110011

Color Harmonies of #47BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BF47

Black with #47BF47

Text Example


Text Example

White with #47BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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