Html Css Color HEX #55B05A Fruit Salad

📋 copy color: '#55B05A'

red 85 ◦ green 176 ◦ blue 90

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

Shades of Fruit Salad #55B05A

Tints of Fruit Salad #55B05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.14%

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 24.22%
G = 50.14%
B = 25.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#55B05A (or 0x55B05A) is known color: Fruit Salad. HEX triplet: 55, B0 and 5A. RGB value is (85,176,90). Sum of RGB (Red+Green+Blue) = 85+176+90=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #55B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B05A is #AA4FA5. Grayscale: #8B8B8B. Windows color (decimal): -11161510 or 5943381. OLE color: 5943381.

HSL color Cylindrical-coordinate representation of color #55B05A: hue angle of 123.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B05A is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 176 90 -
CMYK 0.52 0 0.49 0.31
HSL 123.3º 0.37% 0.51% -
HSV(B) 123.3º 0.52% 0.69% -
XYZ 21.12 33.72 15.07 -
YUV 138.99 100.35 89.49 -
System Red Green Blue C M Y K H S L
Decimal 85 176 90 0.52 0 0.49 0.31 123.3 0.37 0.51
Hex 55 B0 5A 34 0 31 1F 7B 25 33
Octal 125 260 132 64 0 61 37 173 45 63
Binary 1010101 10110000 1011010 110100 0 110001 11111 1111011 100101 110011

Color Harmonies of #55B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B05A

Black with #55B05A

Text Example


Text Example

White with #55B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,176,90); }

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

background-color css

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

 a { background-color: rgb(85,176,90); }

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

border-color css

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

 span { border-color: rgb(85,176,90); }

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