#54B64F

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

Shades of Fruit Salad #54B64F

Tints of Fruit Salad #54B64F

Color information

#54B64F (or 0x54B64F) is unknown color: approx Fruit Salad. HEX triplet: 54, B6 and 4F. RGB value is (84,182,79). Sum of RGB (Red+Green+Blue) = 84+182+79=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #54B64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B64F is #AB49B0. Grayscale: #8D8D8D. Windows color (decimal): -11225521 or 5224020. OLE color: 5224020.

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

Color convert

RGB8418279-
CMYK0.5400.570.29
HSL117.09º41.37%51.18%-
HSV(B)117.09º56.59%71.37%-
XYZ21.835.9113.18-
YUV140.9693.0387.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 182 (71.48% from 255) = 52.75%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=24.35%
G=52.75%
B=22.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84182790.5400.570.29117.0941.3751.18
Hex54B64F360391D752933
Octal12426611766071351655163
Binary10101001011011010011111101100111001111011110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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