Html Css Color HEX #55B05C Fruit Salad

📋 copy color: '#55B05C'

red 85 ◦ green 176 ◦ blue 92

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

Shades of Fruit Salad #55B05C

Tints of Fruit Salad #55B05C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.86%

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 24.08%
G = 49.86%
B = 26.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#55B05C (or 0x55B05C) is known color: Fruit Salad. HEX triplet: 55, B0 and 5C. RGB value is (85,176,92). Sum of RGB (Red+Green+Blue) = 85+176+92=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #55B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B05C is #AA4FA3. Grayscale: #8B8B8B. Windows color (decimal): -11161508 or 6074453. OLE color: 6074453.

HSL color Cylindrical-coordinate representation of color #55B05C: hue angle of 124.62º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B05C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 176 92 -
CMYK 0.52 0 0.48 0.31
HSL 124.62º 0.37% 0.51% -
HSV(B) 124.62º 0.52% 0.69% -
XYZ 21.2 33.75 15.52 -
YUV 139.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 85 176 92 0.52 0 0.48 0.31 124.62 0.37 0.51
Hex 55 B0 5C 34 0 30 1F 7D 25 33
Octal 125 260 134 64 0 60 37 175 45 63
Binary 1010101 10110000 1011100 110100 0 110000 11111 1111101 100101 110011

Color Harmonies of #55B05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B05C

Black with #55B05C

Text Example


Text Example

White with #55B05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,176,92); }

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

background-color css

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

 a { background-color: rgb(85,176,92); }

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

border-color css

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

 span { border-color: rgb(85,176,92); }

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