#54B25D

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

Shades of Fruit Salad #54B25D

Tints of Fruit Salad #54B25D

Color information

#54B25D (or 0x54B25D) is unknown color: approx Fruit Salad. HEX triplet: 54, B2 and 5D. RGB value is (84,178,93). Sum of RGB (Red+Green+Blue) = 84+178+93=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #54B25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B25D is #AB4DA2. Grayscale: #8C8C8C. Windows color (decimal): -11226531 or 6140500. OLE color: 6140500.

HSL color Cylindrical-coordinate representation of color #54B25D: hue angle of 125.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B25D is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB8417893-
CMYK0.5300.480.30
HSL125.74º37.9%51.37%-
HSV(B)125.74º52.81%69.8%-
XYZ21.5534.5215.88-
YUV140.2101.3687.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 178 (69.92% from 255) = 50.14%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=23.66%
G=50.14%
B=26.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84178930.5300.480.30125.7437.951.37
Hex54B25D350301E7e2633
Octal12426213565060361764663
Binary10101001011001010111011101010110000111101111110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,178,93); }

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

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

 a { background-color: rgb(84,178,93); }

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

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

 span { border-color: rgb(84,178,93); }

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