#54B54E

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

Shades of Fruit Salad #54B54E

Tints of Fruit Salad #54B54E

Color information

#54B54E (or 0x54B54E) is unknown color: approx Fruit Salad. HEX triplet: 54, B5 and 4E. RGB value is (84,181,78). Sum of RGB (Red+Green+Blue) = 84+181+78=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #54B54E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B54E is #AB4AB1. Grayscale: #8C8C8C. Windows color (decimal): -11225778 or 5158228. OLE color: 5158228.

HSL color Cylindrical-coordinate representation of color #54B54E: hue angle of 116.5º 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 #54B54E is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB8418178-
CMYK0.5400.570.29
HSL116.5º41.04%50.78%-
HSV(B)116.5º56.91%70.98%-
XYZ21.5635.4812.92-
YUV140.2692.8687.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.49%
GREEN value IS 181 (71.09% from 255) = 52.77%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=24.49%
G=52.77%
B=22.74%

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
Decimal84181780.5400.570.29116.541.0450.78
Hex54B54E360391D752933
Octal12426511666071351655163
Binary10101001011010110011101101100111001111011110101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,181,78); }

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

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

 a { background-color: rgb(84,181,78); }

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

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

 span { border-color: rgb(84,181,78); }

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