#53AF4B

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

Shades of Fruit Salad #53AF4B

Tints of Fruit Salad #53AF4B

Color information

#53AF4B (or 0x53AF4B) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 4B. RGB value is (83,175,75). Sum of RGB (Red+Green+Blue) = 83+175+75=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF4B is #AC50B4. Grayscale: #888888. Windows color (decimal): -11292853 or 4960083. OLE color: 4960083.

HSL color Cylindrical-coordinate representation of color #53AF4B: hue angle of 115.2º 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 #53AF4B is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB8317575-
CMYK0.5300.570.31
HSL115.2º40%49.02%-
HSV(B)115.2º57.14%68.63%-
XYZ20.1733.0111.96-
YUV136.0993.5290.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 175 (68.75% from 255) = 52.55%
BLUE value IS 75 (29.69% from 255) = 22.52%
R=24.92%
G=52.55%
B=22.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175750.5300.570.31115.24049.02
Hex53AF4B350391F732831
Octal12325711365071371635061
Binary10100111010111110010111101010111001111111110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,75); }

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

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

 a { background-color: rgb(83,175,75); }

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

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

 span { border-color: rgb(83,175,75); }

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