#53A25E

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

Shades of Fruit Salad #53A25E

Tints of Fruit Salad #53A25E

Color information

#53A25E (or 0x53A25E) is unknown color: approx Fruit Salad. HEX triplet: 53, A2 and 5E. RGB value is (83,162,94). Sum of RGB (Red+Green+Blue) = 83+162+94=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #53A25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A25E is #AC5DA1. Grayscale: #828282. Windows color (decimal): -11296162 or 6201939. OLE color: 6201939.

HSL color Cylindrical-coordinate representation of color #53A25E: hue angle of 128.35º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A25E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB8316294-
CMYK0.4900.420.36
HSL128.35º32.24%48.04%-
HSV(B)128.35º48.77%63.53%-
XYZ18.5128.4915.11-
YUV130.63107.3394.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.48%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=24.48%
G=47.79%
B=27.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal83162940.4900.420.36128.3532.2448.04
Hex53A25E3102A24802030
Octal12324213661052442004060
Binary1010011101000101011110110001010101010010010000000100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,162,94); }

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

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

 a { background-color: rgb(83,162,94); }

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

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

 span { border-color: rgb(83,162,94); }

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