Html Css Color HEX #55BB56 Fruit Salad

📋 copy color: '#55BB56'

red 85 ◦ green 187 ◦ blue 86

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

Shades of Fruit Salad #55BB56

Tints of Fruit Salad #55BB56

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.23%

 BLUE value IS 86 (33.98% from 255) = 24.02%

R = 23.74%
G = 52.23%
B = 24.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#55BB56 (or 0x55BB56) is known color: Fruit Salad. HEX triplet: 55, BB and 56. RGB value is (85,187,86). Sum of RGB (Red+Green+Blue) = 85+187+86=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BB56 is #AA44A9. Grayscale: #919191. Windows color (decimal): -11158698 or 5684053. OLE color: 5684053.

HSL color Cylindrical-coordinate representation of color #55BB56: hue angle of 120.59º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BB56 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 187 86 -
CMYK 0.55 0 0.54 0.27
HSL 120.59º 0.43% 0.53% -
HSV(B) 120.59º 0.55% 0.73% -
XYZ 23.2 38.14 14.94 -
YUV 144.99 94.71 85.21 -
System Red Green Blue C M Y K H S L
Decimal 85 187 86 0.55 0 0.54 0.27 120.59 0.43 0.53
Hex 55 BB 56 37 0 36 1B 79 2B 35
Octal 125 273 126 67 0 66 33 171 53 65
Binary 1010101 10111011 1010110 110111 0 110110 11011 1111001 101011 110101

Color Harmonies of #55BB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB56

Black with #55BB56

Text Example


Text Example

White with #55BB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,86); }

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

background-color css

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

 a { background-color: rgb(85,187,86); }

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

border-color css

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

 span { border-color: rgb(85,187,86); }

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