#54A961

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

Shades of Fruit Salad #54A961

Tints of Fruit Salad #54A961

Color information

#54A961 (or 0x54A961) is unknown color: approx Fruit Salad. HEX triplet: 54, A9 and 61. RGB value is (84,169,97). Sum of RGB (Red+Green+Blue) = 84+169+97=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #54A961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A961 is #AB569E. Grayscale: #878787. Windows color (decimal): -11228831 or 6400340. OLE color: 6400340.

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

Color convert

RGB8416997-
CMYK0.5000.430.34
HSL129.18º33.6%49.61%-
HSV(B)129.18º50.3%66.27%-
XYZ2031.1216.26-
YUV135.38106.3491.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=24%
G=48.29%
B=27.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84169970.5000.430.34129.1833.649.61
Hex54A9613202B22812232
Octal12425114162053422014262
Binary1010100101010011100001110010010101110001010000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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