Html Css Color HEX #47AB4B Fruit Salad

📋 copy color: '#47AB4B'

red 71 ◦ green 171 ◦ blue 75

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

Shades of Fruit Salad #47AB4B

Tints of Fruit Salad #47AB4B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.94%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 22.4%
G = 53.94%
B = 23.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#47AB4B (or 0x47AB4B) is known color: Fruit Salad. HEX triplet: 47, AB and 4B. RGB value is (71,171,75). Sum of RGB (Red+Green+Blue) = 71+171+75=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 171 (67.19% from 255 or 53.94% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AB4B is #B854B4. Grayscale: #828282. Windows color (decimal): -12080309 or 4959047. OLE color: 4959047.

HSL color Cylindrical-coordinate representation of color #47AB4B: hue angle of 122.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB4B is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 171 75 -
CMYK 0.58 0 0.56 0.33
HSL 122.4º 0.41% 0.47% -
HSV(B) 122.4º 0.58% 0.67% -
XYZ 18.43 30.97 11.66 -
YUV 130.16 96.87 85.81 -
System Red Green Blue C M Y K H S L
Decimal 71 171 75 0.58 0 0.56 0.33 122.4 0.41 0.47
Hex 47 AB 4B 3A 0 38 21 7A 29 2F
Octal 107 253 113 72 0 70 41 172 51 57
Binary 1000111 10101011 1001011 111010 0 111000 100001 1111010 101001 101111

Color Harmonies of #47AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AB4B

Black with #47AB4B

Text Example


Text Example

White with #47AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,171,75); }

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

background-color css

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

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

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

border-color css

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

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

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