Html Css Color HEX #47A248 Fruit Salad

📋 copy color: '#47A248'

red 71 ◦ green 162 ◦ blue 72

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

Shades of Fruit Salad #47A248

Tints of Fruit Salad #47A248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.11%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 23.28%
G = 53.11%
B = 23.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#47A248 (or 0x47A248) is known color: Fruit Salad. HEX triplet: 47, A2 and 48. RGB value is (71,162,72). Sum of RGB (Red+Green+Blue) = 71+162+72=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #47A248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A248 is #B85DB7. Grayscale: #7C7C7C. Windows color (decimal): -12082616 or 4760135. OLE color: 4760135.

HSL color Cylindrical-coordinate representation of color #47A248: hue angle of 120.66º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A248 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 71 162 72 -
CMYK 0.56 0 0.56 0.36
HSL 120.66º 0.39% 0.46% -
HSV(B) 120.66º 0.56% 0.64% -
XYZ 16.69 27.65 10.59 -
YUV 124.53 98.35 89.82 -
System Red Green Blue C M Y K H S L
Decimal 71 162 72 0.56 0 0.56 0.36 120.66 0.39 0.46
Hex 47 A2 48 38 0 38 24 79 27 2E
Octal 107 242 110 70 0 70 44 171 47 56
Binary 1000111 10100010 1001000 111000 0 111000 100100 1111001 100111 101110

Color Harmonies of #47A248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A248

Black with #47A248

Text Example


Text Example

White with #47A248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,162,72); }

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

background-color css

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

 a { background-color: rgb(71,162,72); }

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

border-color css

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

 span { border-color: rgb(71,162,72); }

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