#53af4a

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

Shades of Fruit Salad #53AF4A

Tints of Fruit Salad #53AF4A

Color information

#53AF4A (or 0x53AF4A) is unknown color: approx Fruit Salad. HEX triplet: 53, AF and 4A. RGB value is (83,175,74). Sum of RGB (Red+Green+Blue) = 83+175+74=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF4A is #AC50B5. Grayscale: #888888. Windows color (decimal): -11292854 or 4894547. OLE color: 4894547.

HSL color Cylindrical-coordinate representation of color #53AF4A: hue angle of 114.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53AF4A is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB8317574-
CMYK0.5300.580.31
HSL114.65º40.56%48.82%-
HSV(B)114.65º57.71%68.63%-
XYZ20.1332.9911.79-
YUV135.9893.0290.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 52.71%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=25%
G=52.71%
B=22.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175740.5300.580.31114.6540.5648.82
Hex53AF4A3503A1F732931
Octal12325711265072371635161
Binary10100111010111110010101101010111010111111110011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53af4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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