Html Css Color HEX #47BA52 Fruit Salad

📋 copy color: '#47BA52'

red 71 ◦ green 186 ◦ blue 82

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

Shades of Fruit Salad #47BA52

Tints of Fruit Salad #47BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.87%

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

R = 20.94%
G = 54.87%
B = 24.19%

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

#47BA52 (or 0x47BA52) is known color: Fruit Salad. HEX triplet: 47, BA and 52. RGB value is (71,186,82). Sum of RGB (Red+Green+Blue) = 71+186+82=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47BA52 is #B845AD. Grayscale: #8C8C8C. Windows color (decimal): -12076462 or 5421639. OLE color: 5421639.

HSL color Cylindrical-coordinate representation of color #47BA52: hue angle of 125.74º 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 #47BA52 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 71 186 82 -
CMYK 0.62 0 0.56 0.27
HSL 125.74º 0.45% 0.5% -
HSV(B) 125.74º 0.62% 0.73% -
XYZ 21.68 37.07 13.99 -
YUV 139.76 95.4 78.96 -
System Red Green Blue C M Y K H S L
Decimal 71 186 82 0.62 0 0.56 0.27 125.74 0.45 0.5
Hex 47 BA 52 3E 0 38 1B 7E 2D 32
Octal 107 272 122 76 0 70 33 176 55 62
Binary 1000111 10111010 1010010 111110 0 111000 11011 1111110 101101 110010

Color Harmonies of #47BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BA52

Black with #47BA52

Text Example


Text Example

White with #47BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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