#55B852

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

Shades of Fruit Salad #55B852

Tints of Fruit Salad #55B852

Color information

#55B852 (or 0x55B852) is unknown color: approx Fruit Salad. HEX triplet: 55, B8 and 52. RGB value is (85,184,82). Sum of RGB (Red+Green+Blue) = 85+184+82=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 184 (72.27% from 255 or 52.42% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 184 - color contains mainly: green. Hex color #55B852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B852 is #AA47AD. Grayscale: #8F8F8F. Windows color (decimal): -11159470 or 5421141. OLE color: 5421141.

HSL color Cylindrical-coordinate representation of color #55B852: hue angle of 118.24º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B852 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB8518482-
CMYK0.5400.550.28
HSL118.24º41.8%52.16%-
HSV(B)118.24º55.43%72.16%-
XYZ22.4136.8213.91-
YUV142.7793.786.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 184 (72.27% from 255) = 52.42%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=24.22%
G=52.42%
B=23.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85184820.5400.550.28118.2441.852.16
Hex55B852360371C762a34
Octal12527012266067341665264
Binary10101011011100010100101101100110111111001110110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,82); }

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

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

 a { background-color: rgb(85,184,82); }

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

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

 span { border-color: rgb(85,184,82); }

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