#54C152

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

Shades of Fruit Salad #54C152

Tints of Fruit Salad #54C152

Color information

#54C152 (or 0x54C152) is unknown color: approx Fruit Salad. HEX triplet: 54, C1 and 52. RGB value is (84,193,82). Sum of RGB (Red+Green+Blue) = 84+193+82=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #54C152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54C152 is #AB3EAD. Grayscale: #949494. Windows color (decimal): -11222702 or 5423444. OLE color: 5423444.

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

Color convert

RGB8419382-
CMYK0.5600.580.24
HSL118.92º47.23%53.92%-
HSV(B)118.92º57.51%75.69%-
XYZ24.2540.6314.55-
YUV147.7690.8982.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 193 (75.78% from 255) = 53.76%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=23.40%
G=53.76%
B=22.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84193820.5600.580.24118.9247.2353.92
Hex54C1523803A18772f36
Octal12430112270072301675766
Binary10101001100000110100101110000111010110001110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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