#54AF53

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

Shades of Fruit Salad #54AF53

Tints of Fruit Salad #54AF53

Color information

#54AF53 (or 0x54AF53) is unknown color: approx Fruit Salad. HEX triplet: 54, AF and 53. RGB value is (84,175,83). Sum of RGB (Red+Green+Blue) = 84+175+83=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF53 is #AB50AC. Grayscale: #898989. Windows color (decimal): -11227309 or 5484372. OLE color: 5484372.

HSL color Cylindrical-coordinate representation of color #54AF53: hue angle of 119.35º 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 #54AF53 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB8417583-
CMYK0.5200.530.31
HSL119.35º36.51%50.59%-
HSV(B)119.35º52.57%68.63%-
XYZ20.5533.1713.5-
YUV137.397.3589.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=24.56%
G=51.17%
B=24.27%

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
Decimal84175830.5200.530.31119.3536.5150.59
Hex54AF53340351F772533
Octal12425712364065371674563
Binary10101001010111110100111101000110101111111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,175,83); }

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

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

 a { background-color: rgb(84,175,83); }

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

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

 span { border-color: rgb(84,175,83); }

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