#54A651

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

Shades of Fruit Salad #54A651

Tints of Fruit Salad #54A651

Color information

#54A651 (or 0x54A651) is unknown color: approx Fruit Salad. HEX triplet: 54, A6 and 51. RGB value is (84,166,81). Sum of RGB (Red+Green+Blue) = 84+166+81=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #54A651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A651 is #AB59AE. Grayscale: #848484. Windows color (decimal): -11229615 or 5350996. OLE color: 5350996.

HSL color Cylindrical-coordinate representation of color #54A651: hue angle of 117.88º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54A651 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB8416681-
CMYK0.4900.510.35
HSL117.88º34.41%48.43%-
HSV(B)117.88º51.2%65.1%-
XYZ18.7829.7512.54-
YUV131.7999.3393.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 166 (65.23% from 255) = 50.15%
BLUE value IS 81 (32.03% from 255) = 24.47%
R=25.38%
G=50.15%
B=24.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84166810.4900.510.35117.8834.4148.43
Hex54A6513103323762230
Octal12424612161063431664260
Binary101010010100110101000111000101100111000111110110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,166,81); }

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

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

 a { background-color: rgb(84,166,81); }

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

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

 span { border-color: rgb(84,166,81); }

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