Html Css Color HEX #55BC50 Fruit Salad

📋 copy color: '#55BC50'

red 85 ◦ green 188 ◦ blue 80

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

Shades of Fruit Salad #55BC50

Tints of Fruit Salad #55BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

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

R = 24.08%
G = 53.26%
B = 22.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#55BC50 (or 0x55BC50) is known color: Fruit Salad. HEX triplet: 55, BC and 50. RGB value is (85,188,80). Sum of RGB (Red+Green+Blue) = 85+188+80=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC50 is #AA43AF. Grayscale: #919191. Windows color (decimal): -11158448 or 5291093. OLE color: 5291093.

HSL color Cylindrical-coordinate representation of color #55BC50: hue angle of 117.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55BC50 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 188 80 -
CMYK 0.55 0 0.57 0.26
HSL 117.22º 0.45% 0.53% -
HSV(B) 117.22º 0.57% 0.74% -
XYZ 23.18 38.48 13.79 -
YUV 144.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 85 188 80 0.55 0 0.57 0.26 117.22 0.45 0.53
Hex 55 BC 50 37 0 39 1A 75 2D 35
Octal 125 274 120 67 0 71 32 165 55 65
Binary 1010101 10111100 1010000 110111 0 111001 11010 1110101 101101 110101

Color Harmonies of #55BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC50

Black with #55BC50

Text Example


Text Example

White with #55BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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