#55B54E

Color #55B54E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #55B54E

Tints of Fruit Salad #55B54E

Color information

#55B54E (or 0x55B54E) is unknown color: approx Fruit Salad. HEX triplet: 55, B5 and 4E. RGB value is (85,181,78). Sum of RGB (Red+Green+Blue) = 85+181+78=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #55B54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B54E is #AA4AB1. Grayscale: #8C8C8C. Windows color (decimal): -11160242 or 5158229. OLE color: 5158229.

HSL color Cylindrical-coordinate representation of color #55B54E: hue angle of 115.92º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B54E is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB8518178-
CMYK0.5300.570.29
HSL115.92º41.04%50.78%-
HSV(B)115.92º56.91%70.98%-
XYZ21.6535.5312.92-
YUV140.5592.788.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.71%
GREEN value IS 181 (71.09% from 255) = 52.62%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=24.71%
G=52.62%
B=22.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181780.5300.570.29115.9241.0450.78
Hex55B54E350391D742933
Octal12526511665071351645163
Binary10101011011010110011101101010111001111011110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,78); }

 H1.HeaderClassName
 {
   color: #55B54E;
 }
 .AnyTagClassName
 {
   color: #55B54E;
 }
</style>
background-color css

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

 a { background-color: rgb(85,181,78); }

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

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

 span { border-color: rgb(85,181,78); }

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