#54B35A

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

Shades of Fruit Salad #54B35A

Tints of Fruit Salad #54B35A

Color information

#54B35A (or 0x54B35A) is unknown color: approx Fruit Salad. HEX triplet: 54, B3 and 5A. RGB value is (84,179,90). Sum of RGB (Red+Green+Blue) = 84+179+90=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #54B35A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B35A is #AB4CA5. Grayscale: #8C8C8C. Windows color (decimal): -11226278 or 5944148. OLE color: 5944148.

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

Color convert

RGB8417990-
CMYK0.5300.500.30
HSL123.79º38.46%51.57%-
HSV(B)123.79º53.07%70.2%-
XYZ21.6234.8615.26-
YUV140.4599.5387.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 90 (35.55% from 255) = 25.50%
R=23.80%
G=50.71%
B=25.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84179900.5300.500.30123.7938.4651.57
Hex54B35A350321E7c2634
Octal12426313265062361744664
Binary10101001011001110110101101010110010111101111100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,179,90); }

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

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

 a { background-color: rgb(84,179,90); }

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

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

 span { border-color: rgb(84,179,90); }

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