Html Css Color HEX #55A84C Fruit Salad

📋 copy color: '#55A84C'

red 85 ◦ green 168 ◦ blue 76

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

Shades of Fruit Salad #55A84C

Tints of Fruit Salad #55A84C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 51.06%

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

R = 25.84%
G = 51.06%
B = 23.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#55A84C (or 0x55A84C) is known color: Fruit Salad. HEX triplet: 55, A8 and 4C. RGB value is (85,168,76). Sum of RGB (Red+Green+Blue) = 85+168+76=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #55A84C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A84C is #AA57B3. Grayscale: #848484. Windows color (decimal): -11163572 or 5023829. OLE color: 5023829.

HSL color Cylindrical-coordinate representation of color #55A84C: hue angle of 114.13º 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 #55A84C is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 85 168 76 -
CMYK 0.49 0 0.55 0.34
HSL 114.13º 0.38% 0.48% -
HSV(B) 114.13º 0.55% 0.66% -
XYZ 19.05 30.46 11.71 -
YUV 132.7 96 93.98 -
System Red Green Blue C M Y K H S L
Decimal 85 168 76 0.49 0 0.55 0.34 114.13 0.38 0.48
Hex 55 A8 4C 31 0 37 22 72 26 30
Octal 125 250 114 61 0 67 42 162 46 60
Binary 1010101 10101000 1001100 110001 0 110111 100010 1110010 100110 110000

Color Harmonies of #55A84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A84C

Black with #55A84C

Text Example


Text Example

White with #55A84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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