#54A262

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

Shades of Fruit Salad #54A262

Tints of Fruit Salad #54A262

Color information

#54A262 (or 0x54A262) is unknown color: approx Fruit Salad. HEX triplet: 54, A2 and 62. RGB value is (84,162,98). Sum of RGB (Red+Green+Blue) = 84+162+98=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #54A262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A262 is #AB5D9D. Grayscale: #838383. Windows color (decimal): -11230622 or 6464084. OLE color: 6464084.

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

Color convert

RGB8416298-
CMYK0.4800.400.36
HSL130.77º31.71%48.24%-
HSV(B)130.77º48.15%63.53%-
XYZ18.7828.6116.09-
YUV131.38109.1694.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 98 (38.67% from 255) = 28.49%
R=24.42%
G=47.09%
B=28.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84162980.4800.400.36130.7731.7148.24
Hex54A2623002824832030
Octal12424214260050442034060
Binary1010100101000101100010110000010100010010010000011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A262; }

 p { color: rgb(84,162,98); }

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

<style>
 a { background-color: #54A262; }

 a { background-color: rgb(84,162,98); }

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

<style>
 span { border-color: #54A262; }

 span { border-color: rgb(84,162,98); }

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