Html Css Color HEX #55B15B Fruit Salad

📋 copy color: '#55B15B'

red 85 ◦ green 177 ◦ blue 91

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

Shades of Fruit Salad #55B15B

Tints of Fruit Salad #55B15B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.14%

 BLUE value IS 91 (35.94% from 255) = 25.78%

R = 24.08%
G = 50.14%
B = 25.78%

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

#55B15B (or 0x55B15B) is known color: Fruit Salad. HEX triplet: 55, B1 and 5B. RGB value is (85,177,91). Sum of RGB (Red+Green+Blue) = 85+177+91=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #55B15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B15B is #AA4EA4. Grayscale: #8B8B8B. Windows color (decimal): -11161253 or 6009173. OLE color: 6009173.

HSL color Cylindrical-coordinate representation of color #55B15B: hue angle of 123.91º 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 #55B15B is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 177 91 -
CMYK 0.52 0 0.49 0.31
HSL 123.91º 0.37% 0.51% -
HSV(B) 123.91º 0.52% 0.69% -
XYZ 21.36 34.13 15.36 -
YUV 139.69 100.52 88.99 -
System Red Green Blue C M Y K H S L
Decimal 85 177 91 0.52 0 0.49 0.31 123.91 0.37 0.51
Hex 55 B1 5B 34 0 31 1F 7C 25 33
Octal 125 261 133 64 0 61 37 174 45 63
Binary 1010101 10110001 1011011 110100 0 110001 11111 1111100 100101 110011

Color Harmonies of #55B15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B15B

Black with #55B15B

Text Example


Text Example

White with #55B15B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,177,91); }

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

background-color css

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

 a { background-color: rgb(85,177,91); }

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

border-color css

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

 span { border-color: rgb(85,177,91); }

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