#53AB55

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

Shades of Fruit Salad #53AB55

Tints of Fruit Salad #53AB55

Color information

#53AB55 (or 0x53AB55) is unknown color: approx Fruit Salad. HEX triplet: 53, AB and 55. RGB value is (83,171,85). Sum of RGB (Red+Green+Blue) = 83+171+85=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AB55 is #AC54AA. Grayscale: #878787. Windows color (decimal): -11293867 or 5614419. OLE color: 5614419.

HSL color Cylindrical-coordinate representation of color #53AB55: hue angle of 121.36º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AB55 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB8317185-
CMYK0.5100.500.33
HSL121.36º34.65%49.8%-
HSV(B)121.36º51.46%67.06%-
XYZ19.7731.6213.66-
YUV134.8899.8590.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=24.48%
G=50.44%
B=25.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal83171850.5100.500.33121.3634.6549.8
Hex53AB553303221792332
Octal12325312563062411714362
Binary101001110101011101010111001101100101000011111001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AB55; }

 p { color: rgb(83,171,85); }

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

<style>
 a { background-color: #53AB55; }

 a { background-color: rgb(83,171,85); }

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

<style>
 span { border-color: #53AB55; }

 span { border-color: rgb(83,171,85); }

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