Html Css Color HEX #55AB50 Fruit Salad

📋 copy color: '#55AB50'

red 85 ◦ green 171 ◦ blue 80

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

Shades of Fruit Salad #55AB50

Tints of Fruit Salad #55AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.89%

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

R = 25.3%
G = 50.89%
B = 23.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#55AB50 (or 0x55AB50) is known color: Fruit Salad. HEX triplet: 55, AB and 50. RGB value is (85,171,80). Sum of RGB (Red+Green+Blue) = 85+171+80=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB50 is #AA54AF. Grayscale: #878787. Windows color (decimal): -11162800 or 5286741. OLE color: 5286741.

HSL color Cylindrical-coordinate representation of color #55AB50: hue angle of 116.7º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AB50 is Cyan = 0.50, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 171 80 -
CMYK 0.50 0 0.53 0.33
HSL 116.7º 0.36% 0.49% -
HSV(B) 116.7º 0.53% 0.67% -
XYZ 19.76 31.64 12.65 -
YUV 134.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 85 171 80 0.50 0 0.53 0.33 116.7 0.36 0.49
Hex 55 AB 50 32 0 35 21 75 24 31
Octal 125 253 120 62 0 65 41 165 44 61
Binary 1010101 10101011 1010000 110010 0 110101 100001 1110101 100100 110001

Color Harmonies of #55AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB50

Black with #55AB50

Text Example


Text Example

White with #55AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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