#54B25C

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

Shades of Fruit Salad #54B25C

Tints of Fruit Salad #54B25C

Color information

#54B25C (or 0x54B25C) is unknown color: approx Fruit Salad. HEX triplet: 54, B2 and 5C. RGB value is (84,178,92). Sum of RGB (Red+Green+Blue) = 84+178+92=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #54B25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B25C is #AB4DA3. Grayscale: #8C8C8C. Windows color (decimal): -11226532 or 6074964. OLE color: 6074964.

HSL color Cylindrical-coordinate representation of color #54B25C: hue angle of 125.11º 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 #54B25C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB8417892-
CMYK0.5300.480.30
HSL125.11º37.9%51.37%-
HSV(B)125.11º52.81%69.8%-
XYZ21.5134.515.65-
YUV140.09100.8687.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.73%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=23.73%
G=50.28%
B=25.99%

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
Decimal84178920.5300.480.30125.1137.951.37
Hex54B25C350301E7d2633
Octal12426213465060361754663
Binary10101001011001010111001101010110000111101111101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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