#55BF52

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

Shades of Fruit Salad #55BF52

Tints of Fruit Salad #55BF52

Color information

#55BF52 (or 0x55BF52) is unknown color: approx Fruit Salad. HEX triplet: 55, BF and 52. RGB value is (85,191,82). Sum of RGB (Red+Green+Blue) = 85+191+82=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 191 (75% from 255 or 53.35% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF52 is #AA40AD. Grayscale: #939393. Windows color (decimal): -11157678 or 5422933. OLE color: 5422933.

HSL color Cylindrical-coordinate representation of color #55BF52: hue angle of 118.35º degrees, saturation: 0.46, 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 #55BF52 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB8519182-
CMYK0.5500.570.25
HSL118.35º45.99%53.53%-
HSV(B)118.35º57.07%74.9%-
XYZ23.939.814.41-
YUV146.8891.3883.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 191 (75% from 255) = 53.35%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=23.74%
G=53.35%
B=22.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85191820.5500.570.25118.3545.9953.53
Hex55BF523703919762e36
Octal12527712267071311665666
Binary10101011011111110100101101110111001110011110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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