#54B653

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

Shades of Fruit Salad #54B653

Tints of Fruit Salad #54B653

Color information

#54B653 (or 0x54B653) is unknown color: approx Fruit Salad. HEX triplet: 54, B6 and 53. RGB value is (84,182,83). Sum of RGB (Red+Green+Blue) = 84+182+83=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #54B653 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B653 is #AB49AC. Grayscale: #8D8D8D. Windows color (decimal): -11225517 or 5486164. OLE color: 5486164.

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

Color convert

RGB8418283-
CMYK0.5400.540.29
HSL119.39º40.41%51.96%-
HSV(B)119.39º54.4%71.37%-
XYZ21.9535.9713.97-
YUV141.4195.0387.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 182 (71.48% from 255) = 52.15%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=24.07%
G=52.15%
B=23.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84182830.5400.540.29119.3940.4151.96
Hex54B653360361D772834
Octal12426612366066351675064
Binary10101001011011010100111101100110110111011110111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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