Html Css Color HEX #55AD57 Fruit Salad

📋 copy color: '#55AD57'

red 85 ◦ green 173 ◦ blue 87

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

Shades of Fruit Salad #55AD57

Tints of Fruit Salad #55AD57

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 24.64%
G = 50.14%
B = 25.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#55AD57 (or 0x55AD57) is known color: Fruit Salad. HEX triplet: 55, AD and 57. RGB value is (85,173,87). Sum of RGB (Red+Green+Blue) = 85+173+87=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD57 is #AA52A8. Grayscale: #898989. Windows color (decimal): -11162281 or 5746005. OLE color: 5746005.

HSL color Cylindrical-coordinate representation of color #55AD57: hue angle of 121.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AD57 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 87 -
CMYK 0.51 0 0.50 0.32
HSL 121.36º 0.35% 0.51% -
HSV(B) 121.36º 0.51% 0.68% -
XYZ 20.41 32.51 14.22 -
YUV 136.88 99.85 90.99 -
System Red Green Blue C M Y K H S L
Decimal 85 173 87 0.51 0 0.50 0.32 121.36 0.35 0.51
Hex 55 AD 57 33 0 32 20 79 23 33
Octal 125 255 127 63 0 62 40 171 43 63
Binary 1010101 10101101 1010111 110011 0 110010 100000 1111001 100011 110011

Color Harmonies of #55AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD57

Black with #55AD57

Text Example


Text Example

White with #55AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,173,87); }

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

background-color css

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

 a { background-color: rgb(85,173,87); }

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

border-color css

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

 span { border-color: rgb(85,173,87); }

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