#53A84A

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

Shades of Fruit Salad #53A84A

Tints of Fruit Salad #53A84A

Color information

#53A84A (or 0x53A84A) is unknown color: approx Fruit Salad. HEX triplet: 53, A8 and 4A. RGB value is (83,168,74). Sum of RGB (Red+Green+Blue) = 83+168+74=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #53A84A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53A84A is #AC57B5. Grayscale: #848484. Windows color (decimal): -11294646 or 4892755. OLE color: 4892755.

HSL color Cylindrical-coordinate representation of color #53A84A: hue angle of 114.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53A84A is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB8316874-
CMYK0.5100.560.34
HSL114.26º38.84%47.45%-
HSV(B)114.26º55.95%65.88%-
XYZ18.8130.3411.34-
YUV131.8795.3493.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=25.54%
G=51.69%
B=22.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83168740.5100.560.34114.2638.8447.45
Hex53A84A330382272272f
Octal12325011263070421624757
Binary101001110101000100101011001101110001000101110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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