#54B150

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

Shades of Fruit Salad #54B150

Tints of Fruit Salad #54B150

Color information

#54B150 (or 0x54B150) is unknown color: approx Fruit Salad. HEX triplet: 54, B1 and 50. RGB value is (84,177,80). Sum of RGB (Red+Green+Blue) = 84+177+80=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 177 (69.53% from 255 or 51.91% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 177 - color contains mainly: green. Hex color #54B150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B150 is #AB4EAF. Grayscale: #8A8A8A. Windows color (decimal): -11226800 or 5288276. OLE color: 5288276.

HSL color Cylindrical-coordinate representation of color #54B150: hue angle of 117.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B150 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB8417780-
CMYK0.5300.550.31
HSL117.53º38.34%50.39%-
HSV(B)117.53º54.8%69.41%-
XYZ20.8333.9113.04-
YUV138.1495.1989.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 177 (69.53% from 255) = 51.91%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=24.63%
G=51.91%
B=23.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84177800.5300.550.31117.5338.3450.39
Hex54B150350371F762632
Octal12426112065067371664662
Binary10101001011000110100001101010110111111111110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,177,80); }

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

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

 a { background-color: rgb(84,177,80); }

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

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

 span { border-color: rgb(84,177,80); }

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