#55C052

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

Shades of Fruit Salad #55C052

Tints of Fruit Salad #55C052

Color information

#55C052 (or 0x55C052) is unknown color: approx Fruit Salad. HEX triplet: 55, C0 and 52. RGB value is (85,192,82). Sum of RGB (Red+Green+Blue) = 85+192+82=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #55C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C052 is #AA3FAD. Grayscale: #939393. Windows color (decimal): -11157422 or 5423189. OLE color: 5423189.

HSL color Cylindrical-coordinate representation of color #55C052: hue angle of 118.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C052 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB8519282-
CMYK0.5600.570.25
HSL118.36º46.61%53.73%-
HSV(B)118.36º57.29%75.29%-
XYZ24.1240.2414.48-
YUV147.4791.0583.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 192 (75.39% from 255) = 53.48%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=23.68%
G=53.48%
B=22.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85192820.5600.570.25118.3646.6153.73
Hex55C0523803919762f36
Octal12530012270071311665766
Binary10101011100000010100101110000111001110011110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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