Html Css Color HEX #47B240 Fruit Salad

📋 copy color: '#47B240'

red 71 ◦ green 178 ◦ blue 64

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

Shades of Fruit Salad #47B240

Tints of Fruit Salad #47B240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.87%

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

R = 22.68%
G = 56.87%
B = 20.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#47B240 (or 0x47B240) is known color: Fruit Salad. HEX triplet: 47, B2 and 40. RGB value is (71,178,64). Sum of RGB (Red+Green+Blue) = 71+178+64=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #47B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47B240 is #B84DBF. Grayscale: #858585. Windows color (decimal): -12078528 or 4239943. OLE color: 4239943.

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

Color convert

RGB 71 178 64 -
CMYK 0.60 0 0.64 0.30
HSL 116.32º 0.47% 0.47% -
HSV(B) 116.32º 0.64% 0.7% -
XYZ 19.44 33.55 10.3 -
YUV 133.01 89.05 83.77 -
System Red Green Blue C M Y K H S L
Decimal 71 178 64 0.60 0 0.64 0.30 116.32 0.47 0.47
Hex 47 B2 40 3C 0 40 1E 74 2F 2F
Octal 107 262 100 74 0 100 36 164 57 57
Binary 1000111 10110010 1000000 111100 0 1000000 11110 1110100 101111 101111

Color Harmonies of #47B240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B240

Black with #47B240

Text Example


Text Example

White with #47B240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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