#51AF60

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

Shades of Fruit Salad #51AF60

Tints of Fruit Salad #51AF60

Color information

#51AF60 (or 0x51AF60) is unknown color: approx Fruit Salad. HEX triplet: 51, AF and 60. RGB value is (81,175,96). Sum of RGB (Red+Green+Blue) = 81+175+96=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51AF60 is #AE509F. Grayscale: #8A8A8A. Windows color (decimal): -11423904 or 6336337. OLE color: 6336337.

HSL color Cylindrical-coordinate representation of color #51AF60: hue angle of 129.57º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51AF60 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB8117596-
CMYK0.5400.450.31
HSL129.57º37.01%50.2%-
HSV(B)129.57º53.71%68.63%-
XYZ20.8333.2516.39-
YUV137.89104.3687.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 175 (68.75% from 255) = 49.72%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=23.01%
G=49.72%
B=27.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81175960.5400.450.31129.5737.0150.2
Hex51AF603602D1F822532
Octal12125714066055372024562
Binary101000110101111110000011011001011011111110000010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51AF60; }

 p { color: rgb(81,175,96); }

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

<style>
 a { background-color: #51AF60; }

 a { background-color: rgb(81,175,96); }

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

<style>
 span { border-color: #51AF60; }

 span { border-color: rgb(81,175,96); }

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