Html Css Color HEX #47B952 Fruit Salad

📋 copy color: '#47B952'

red 71 ◦ green 185 ◦ blue 82

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

Shades of Fruit Salad #47B952

Tints of Fruit Salad #47B952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

 BLUE value IS 82 (32.42% from 255) = 24.26%

R = 21.01%
G = 54.73%
B = 24.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#47B952 (or 0x47B952) is known color: Fruit Salad. HEX triplet: 47, B9 and 52. RGB value is (71,185,82). Sum of RGB (Red+Green+Blue) = 71+185+82=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #47B952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47B952 is #B846AD. Grayscale: #8B8B8B. Windows color (decimal): -12076718 or 5421383. OLE color: 5421383.

HSL color Cylindrical-coordinate representation of color #47B952: hue angle of 125.79º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B952 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 185 82 -
CMYK 0.62 0 0.56 0.27
HSL 125.79º 0.45% 0.5% -
HSV(B) 125.79º 0.62% 0.73% -
XYZ 21.47 36.65 13.92 -
YUV 139.17 95.73 79.38 -
System Red Green Blue C M Y K H S L
Decimal 71 185 82 0.62 0 0.56 0.27 125.79 0.45 0.5
Hex 47 B9 52 3E 0 38 1B 7E 2D 32
Octal 107 271 122 76 0 70 33 176 55 62
Binary 1000111 10111001 1010010 111110 0 111000 11011 1111110 101101 110010

Color Harmonies of #47B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47B952

Black with #47B952

Text Example


Text Example

White with #47B952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,185,82); }

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

background-color css

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

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

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

border-color css

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

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

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