#54A84A

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

Shades of Fruit Salad #54A84A

Tints of Fruit Salad #54A84A

Color information

#54A84A (or 0x54A84A) is unknown color: approx Fruit Salad. HEX triplet: 54, A8 and 4A. RGB value is (84,168,74). Sum of RGB (Red+Green+Blue) = 84+168+74=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #54A84A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A84A is #AB57B5. Grayscale: #848484. Windows color (decimal): -11229110 or 4892756. OLE color: 4892756.

HSL color Cylindrical-coordinate representation of color #54A84A: hue angle of 113.62º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54A84A is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB8416874-
CMYK0.500.560.34
HSL113.62º38.84%47.45%-
HSV(B)113.62º55.95%65.88%-
XYZ18.8930.3811.35-
YUV132.1795.1793.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 168 (66.02% from 255) = 51.53%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=25.77%
G=51.53%
B=22.70%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal84168740.500.560.34113.6238.8447.45
Hex54A84A320382272272f
Octal12425011262070421624757
Binary101010010101000100101011001001110001000101110010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,168,74); }

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

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

 a { background-color: rgb(84,168,74); }

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

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

 span { border-color: rgb(84,168,74); }

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