Html Css Color HEX #55A162 Fruit Salad

📋 copy color: '#55A162'

red 85 ◦ green 161 ◦ blue 98

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

Shades of Fruit Salad #55A162

Tints of Fruit Salad #55A162

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.8%

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 24.71%
G = 46.8%
B = 28.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#55A162 (or 0x55A162) is known color: Fruit Salad. HEX triplet: 55, A1 and 62. RGB value is (85,161,98). Sum of RGB (Red+Green+Blue) = 85+161+98=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #55A162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A162 is #AA5E9D. Grayscale: #838383. Windows color (decimal): -11165342 or 6463829. OLE color: 6463829.

HSL color Cylindrical-coordinate representation of color #55A162: hue angle of 130.26º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A162 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 98 -
CMYK 0.47 0 0.39 0.37
HSL 130.26º 0.31% 0.48% -
HSV(B) 130.26º 0.47% 0.63% -
XYZ 18.7 28.3 16.03 -
YUV 131.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 85 161 98 0.47 0 0.39 0.37 130.26 0.31 0.48
Hex 55 A1 62 2F 0 27 25 82 1F 30
Octal 125 241 142 57 0 47 45 202 37 60
Binary 1010101 10100001 1100010 101111 0 100111 100101 10000010 11111 110000

Color Harmonies of #55A162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A162

Black with #55A162

Text Example


Text Example

White with #55A162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,98); }

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

background-color css

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

 a { background-color: rgb(85,161,98); }

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

border-color css

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

 span { border-color: rgb(85,161,98); }

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