Html Css Color HEX #47AF4C Fruit Salad

📋 copy color: '#47AF4C'

red 71 ◦ green 175 ◦ blue 76

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

Shades of Fruit Salad #47AF4C

Tints of Fruit Salad #47AF4C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.35%

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 22.05%
G = 54.35%
B = 23.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#47AF4C (or 0x47AF4C) is known color: Fruit Salad. HEX triplet: 47, AF and 4C. RGB value is (71,175,76). Sum of RGB (Red+Green+Blue) = 71+175+76=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #47AF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47AF4C is #B850B3. Grayscale: #848484. Windows color (decimal): -12079284 or 5025607. OLE color: 5025607.

HSL color Cylindrical-coordinate representation of color #47AF4C: hue angle of 122.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47AF4C is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 175 76 -
CMYK 0.59 0 0.57 0.31
HSL 122.88º 0.42% 0.48% -
HSV(B) 122.88º 0.59% 0.69% -
XYZ 19.23 32.52 12.1 -
YUV 132.62 96.04 84.05 -
System Red Green Blue C M Y K H S L
Decimal 71 175 76 0.59 0 0.57 0.31 122.88 0.42 0.48
Hex 47 AF 4C 3B 0 39 1F 7B 2A 30
Octal 107 257 114 73 0 71 37 173 52 60
Binary 1000111 10101111 1001100 111011 0 111001 11111 1111011 101010 110000

Color Harmonies of #47AF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47AF4C

Black with #47AF4C

Text Example


Text Example

White with #47AF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,175,76); }

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

background-color css

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

 a { background-color: rgb(71,175,76); }

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

border-color css

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

 span { border-color: rgb(71,175,76); }

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