Html Css Color HEX #55AB5D Fruit Salad

📋 copy color: '#55AB5D'

red 85 ◦ green 171 ◦ blue 93

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

Shades of Fruit Salad #55AB5D

Tints of Fruit Salad #55AB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 24.36%
G = 49%
B = 26.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#55AB5D (or 0x55AB5D) is known color: Fruit Salad. HEX triplet: 55, AB and 5D. RGB value is (85,171,93). Sum of RGB (Red+Green+Blue) = 85+171+93=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB5D is #AA54A2. Grayscale: #888888. Windows color (decimal): -11162787 or 6138709. OLE color: 6138709.

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

Color convert

RGB 85 171 93 -
CMYK 0.50 0 0.46 0.33
HSL 125.58º 0.34% 0.5% -
HSV(B) 125.58º 0.5% 0.67% -
XYZ 20.29 31.85 15.43 -
YUV 136.39 103.51 91.34 -
System Red Green Blue C M Y K H S L
Decimal 85 171 93 0.50 0 0.46 0.33 125.58 0.34 0.5
Hex 55 AB 5D 32 0 2E 21 7E 22 32
Octal 125 253 135 62 0 56 41 176 42 62
Binary 1010101 10101011 1011101 110010 0 101110 100001 1111110 100010 110010

Color Harmonies of #55AB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AB5D

Black with #55AB5D

Text Example


Text Example

White with #55AB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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