Html Css Color HEX #47984E Fruit Salad

📋 copy color: '#47984E'

red 71 ◦ green 152 ◦ blue 78

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

Shades of Fruit Salad #47984E

Tints of Fruit Salad #47984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.5%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 23.59%
G = 50.5%
B = 25.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#47984E (or 0x47984E) is known color: Fruit Salad. HEX triplet: 47, 98 and 4E. RGB value is (71,152,78). Sum of RGB (Red+Green+Blue) = 71+152+78=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #47984E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47984E is #B867B1. Grayscale: #777777. Windows color (decimal): -12085170 or 5150791. OLE color: 5150791.

HSL color Cylindrical-coordinate representation of color #47984E: hue angle of 125.19º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47984E is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 78 -
CMYK 0.53 0 0.49 0.40
HSL 125.19º 0.36% 0.44% -
HSV(B) 125.19º 0.53% 0.6% -
XYZ 15.2 24.35 11.11 -
YUV 119.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 71 152 78 0.53 0 0.49 0.40 125.19 0.36 0.44
Hex 47 98 4E 35 0 31 28 7D 24 2C
Octal 107 230 116 65 0 61 50 175 44 54
Binary 1000111 10011000 1001110 110101 0 110001 101000 1111101 100100 101100

Color Harmonies of #47984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47984E

Black with #47984E

Text Example


Text Example

White with #47984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47984E; }

 p { color: rgb(71,152,78); }

 H1.HeaderClassName
 {
   color: #47984E;
 }
 .AnyTagClassName
 {
   color: #47984E;
 }
</style>

background-color css

<style>
 a { background-color: #47984E; }

 a { background-color: rgb(71,152,78); }

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

border-color css

<style>
 span { border-color: #47984E; }

 span { border-color: rgb(71,152,78); }

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