#54B052

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

Shades of Fruit Salad #54B052

Tints of Fruit Salad #54B052

Color information

#54B052 (or 0x54B052) is unknown color: approx Fruit Salad. HEX triplet: 54, B0 and 52. RGB value is (84,176,82). Sum of RGB (Red+Green+Blue) = 84+176+82=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #54B052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B052 is #AB4FAD. Grayscale: #8A8A8A. Windows color (decimal): -11227054 or 5419092. OLE color: 5419092.

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

Color convert

RGB8417682-
CMYK0.5200.530.31
HSL118.72º37.3%50.59%-
HSV(B)118.72º53.41%69.02%-
XYZ20.733.5413.37-
YUV137.7896.5289.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 176 (69.14% from 255) = 51.46%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=24.56%
G=51.46%
B=23.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84176820.5200.530.31118.7237.350.59
Hex54B052340351F772533
Octal12426012264065371674563
Binary10101001011000010100101101000110101111111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,82); }

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

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

 a { background-color: rgb(84,176,82); }

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

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

 span { border-color: rgb(84,176,82); }

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