Html Css Color HEX #55B357 Fruit Salad

📋 copy color: '#55B357'

red 85 ◦ green 179 ◦ blue 87

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

Shades of Fruit Salad #55B357

Tints of Fruit Salad #55B357

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51%

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

R = 24.22%
G = 51%
B = 24.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#55B357 (or 0x55B357) is known color: Fruit Salad. HEX triplet: 55, B3 and 57. RGB value is (85,179,87). Sum of RGB (Red+Green+Blue) = 85+179+87=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #55B357 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B357 is #AA4CA8. Grayscale: #8C8C8C. Windows color (decimal): -11160745 or 5747541. OLE color: 5747541.

HSL color Cylindrical-coordinate representation of color #55B357: hue angle of 121.28º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B357 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 85 179 87 -
CMYK 0.53 0 0.51 0.30
HSL 121.28º 0.38% 0.52% -
HSV(B) 121.28º 0.53% 0.7% -
XYZ 21.59 34.86 14.61 -
YUV 140.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 85 179 87 0.53 0 0.51 0.30 121.28 0.38 0.52
Hex 55 B3 57 35 0 33 1E 79 26 34
Octal 125 263 127 65 0 63 36 171 46 64
Binary 1010101 10110011 1010111 110101 0 110011 11110 1111001 100110 110100

Color Harmonies of #55B357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B357

Black with #55B357

Text Example


Text Example

White with #55B357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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