Html Css Color HEX #55B550 Fruit Salad

📋 copy color: '#55B550'

red 85 ◦ green 181 ◦ blue 80

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

Shades of Fruit Salad #55B550

Tints of Fruit Salad #55B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.31%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 24.57%
G = 52.31%
B = 23.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#55B550 (or 0x55B550) is known color: Fruit Salad. HEX triplet: 55, B5 and 50. RGB value is (85,181,80). Sum of RGB (Red+Green+Blue) = 85+181+80=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #55B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B550 is #AA4AAF. Grayscale: #8D8D8D. Windows color (decimal): -11160240 or 5289301. OLE color: 5289301.

HSL color Cylindrical-coordinate representation of color #55B550: hue angle of 117.03º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55B550 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 80 -
CMYK 0.53 0 0.56 0.29
HSL 117.03º 0.41% 0.51% -
HSV(B) 117.03º 0.56% 0.71% -
XYZ 21.72 35.56 13.31 -
YUV 140.78 93.7 88.21 -
System Red Green Blue C M Y K H S L
Decimal 85 181 80 0.53 0 0.56 0.29 117.03 0.41 0.51
Hex 55 B5 50 35 0 38 1D 75 29 33
Octal 125 265 120 65 0 70 35 165 51 63
Binary 1010101 10110101 1010000 110101 0 111000 11101 1110101 101001 110011

Color Harmonies of #55B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B550

Black with #55B550

Text Example


Text Example

White with #55B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,80); }

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

background-color css

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

 a { background-color: rgb(85,181,80); }

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

border-color css

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

 span { border-color: rgb(85,181,80); }

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