#54B05C

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

Shades of Fruit Salad #54B05C

Tints of Fruit Salad #54B05C

Color information

#54B05C (or 0x54B05C) is unknown color: approx Fruit Salad. HEX triplet: 54, B0 and 5C. RGB value is (84,176,92). Sum of RGB (Red+Green+Blue) = 84+176+92=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #54B05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B05C is #AB4FA3. Grayscale: #8B8B8B. Windows color (decimal): -11227044 or 6074452. OLE color: 6074452.

HSL color Cylindrical-coordinate representation of color #54B05C: hue angle of 125.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54B05C is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB8417692-
CMYK0.5200.480.31
HSL125.22º36.8%50.98%-
HSV(B)125.22º52.27%69.02%-
XYZ21.1133.7115.52-
YUV138.92101.5288.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 176 (69.14% from 255) = 50%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=23.86%
G=50%
B=26.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84176920.5200.480.31125.2236.850.98
Hex54B05C340301F7d2533
Octal12426013464060371754563
Binary10101001011000010111001101000110000111111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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