#54C052

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

Shades of Fruit Salad #54C052

Tints of Fruit Salad #54C052

Color information

#54C052 (or 0x54C052) is unknown color: approx Fruit Salad. HEX triplet: 54, C0 and 52. RGB value is (84,192,82). Sum of RGB (Red+Green+Blue) = 84+192+82=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #54C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C052 is #AB3FAD. Grayscale: #939393. Windows color (decimal): -11222958 or 5423188. OLE color: 5423188.

HSL color Cylindrical-coordinate representation of color #54C052: hue angle of 118.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54C052 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB8419282-
CMYK0.5600.570.25
HSL118.91º46.61%53.73%-
HSV(B)118.91º57.29%75.29%-
XYZ24.0340.1914.47-
YUV147.1791.2282.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 192 (75.39% from 255) = 53.63%
BLUE value IS 82 (32.42% from 255) = 22.91%
R=23.46%
G=53.63%
B=22.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84192820.5600.570.25118.9146.6153.73
Hex54C0523803919772f36
Octal12430012270071311675766
Binary10101001100000010100101110000111001110011110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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