Html Css Color HEX #55A94C Fruit Salad

📋 copy color: '#55A94C'

red 85 ◦ green 169 ◦ blue 76

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

Shades of Fruit Salad #55A94C

Tints of Fruit Salad #55A94C

RGB

 RED value IS 85 (33.59% from 255) = 25.76%

 GREEN value IS 169 (66.41% from 255) = 51.21%

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

R = 25.76%
G = 51.21%
B = 23.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#55A94C (or 0x55A94C) is known color: Fruit Salad. HEX triplet: 55, A9 and 4C. RGB value is (85,169,76). Sum of RGB (Red+Green+Blue) = 85+169+76=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #55A94C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A94C is #AA56B3. Grayscale: #858585. Windows color (decimal): -11163316 or 5024085. OLE color: 5024085.

HSL color Cylindrical-coordinate representation of color #55A94C: hue angle of 114.19º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55A94C is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 169 76 -
CMYK 0.50 0 0.55 0.34
HSL 114.19º 0.38% 0.48% -
HSV(B) 114.19º 0.55% 0.66% -
XYZ 19.24 30.83 11.77 -
YUV 133.28 95.67 93.56 -
System Red Green Blue C M Y K H S L
Decimal 85 169 76 0.50 0 0.55 0.34 114.19 0.38 0.48
Hex 55 A9 4C 32 0 37 22 72 26 30
Octal 125 251 114 62 0 67 42 162 46 60
Binary 1010101 10101001 1001100 110010 0 110111 100010 1110010 100110 110000

Color Harmonies of #55A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A94C

Black with #55A94C

Text Example


Text Example

White with #55A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A94C; }

 p { color: rgb(85,169,76); }

 H1.HeaderClassName
 {
   color: #55A94C;
 }
 .AnyTagClassName
 {
   color: #55A94C;
 }
</style>

background-color css

<style>
 a { background-color: #55A94C; }

 a { background-color: rgb(85,169,76); }

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

border-color css

<style>
 span { border-color: #55A94C; }

 span { border-color: rgb(85,169,76); }

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