Html Css Color HEX #47B040 Fruit Salad

📋 copy color: '#47B040'

red 71 ◦ green 176 ◦ blue 64

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

Shades of Fruit Salad #47B040

Tints of Fruit Salad #47B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.59%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 22.83%
G = 56.59%
B = 20.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#47B040 (or 0x47B040) is known color: Fruit Salad. HEX triplet: 47, B0 and 40. RGB value is (71,176,64). Sum of RGB (Red+Green+Blue) = 71+176+64=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #47B040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47B040 is #B84FBF. Grayscale: #848484. Windows color (decimal): -12079040 or 4239431. OLE color: 4239431.

HSL color Cylindrical-coordinate representation of color #47B040: hue angle of 116.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47B040 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 176 64 -
CMYK 0.60 0 0.64 0.31
HSL 116.25º 0.47% 0.47% -
HSV(B) 116.25º 0.64% 0.69% -
XYZ 19.05 32.76 10.17 -
YUV 131.84 89.71 84.61 -
System Red Green Blue C M Y K H S L
Decimal 71 176 64 0.60 0 0.64 0.31 116.25 0.47 0.47
Hex 47 B0 40 3C 0 40 1F 74 2F 2F
Octal 107 260 100 74 0 100 37 164 57 57
Binary 1000111 10110000 1000000 111100 0 1000000 11111 1110100 101111 101111

Color Harmonies of #47B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B040

Black with #47B040

Text Example


Text Example

White with #47B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,176,64); }

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

background-color css

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

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

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

border-color css

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

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

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