#53A954

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

Shades of Fruit Salad #53A954

Tints of Fruit Salad #53A954

Color information

#53A954 (or 0x53A954) is unknown color: approx Fruit Salad. HEX triplet: 53, A9 and 54. RGB value is (83,169,84). Sum of RGB (Red+Green+Blue) = 83+169+84=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #53A954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A954 is #AC56AB. Grayscale: #858585. Windows color (decimal): -11294380 or 5548371. OLE color: 5548371.

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

Color convert

RGB8316984-
CMYK0.5100.500.34
HSL120.7º34.13%49.41%-
HSV(B)120.7º50.89%66.27%-
XYZ19.3630.8613.32-
YUV133.6100.0191.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 169 (66.41% from 255) = 50.30%
BLUE value IS 84 (33.20% from 255) = 25%
R=24.70%
G=50.30%
B=25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal83169840.5100.500.34120.734.1349.41
Hex53A9543303222792231
Octal12325112463062421714261
Binary101001110101001101010011001101100101000101111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,169,84); }

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

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

 a { background-color: rgb(83,169,84); }

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

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

 span { border-color: rgb(83,169,84); }

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