#54B650

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

Shades of Fruit Salad #54B650

Tints of Fruit Salad #54B650

Color information

#54B650 (or 0x54B650) is unknown color: approx Fruit Salad. HEX triplet: 54, B6 and 50. RGB value is (84,182,80). Sum of RGB (Red+Green+Blue) = 84+182+80=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #54B650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B650 is #AB49AF. Grayscale: #8D8D8D. Windows color (decimal): -11225520 or 5289556. OLE color: 5289556.

HSL color Cylindrical-coordinate representation of color #54B650: hue angle of 117.65º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54B650 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB8418280-
CMYK0.5400.560.29
HSL117.65º41.13%51.37%-
HSV(B)117.65º56.04%71.37%-
XYZ21.8335.9213.37-
YUV141.0793.5387.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 182 (71.48% from 255) = 52.60%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=24.28%
G=52.60%
B=23.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84182800.5400.560.29117.6541.1351.37
Hex54B650360381D762933
Octal12426612066070351665163
Binary10101001011011010100001101100111000111011110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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