#55B04C

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

Shades of Fruit Salad #55B04C

Tints of Fruit Salad #55B04C

Color information

#55B04C (or 0x55B04C) is unknown color: approx Fruit Salad. HEX triplet: 55, B0 and 4C. RGB value is (85,176,76). Sum of RGB (Red+Green+Blue) = 85+176+76=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #55B04C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B04C is #AA4FB3. Grayscale: #898989. Windows color (decimal): -11161524 or 5025877. OLE color: 5025877.

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

Color convert

RGB8517676-
CMYK0.5200.570.31
HSL114.6º39.68%49.41%-
HSV(B)114.6º56.82%69.02%-
XYZ20.5833.512.22-
YUV137.3993.3590.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 176 (69.14% from 255) = 52.23%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=25.22%
G=52.23%
B=22.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85176760.5200.570.31114.639.6849.41
Hex55B04C340391F732831
Octal12526011464071371635061
Binary10101011011000010011001101000111001111111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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