#51AF4A

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

Shades of Fruit Salad #51AF4A

Tints of Fruit Salad #51AF4A

Color information

#51AF4A (or 0x51AF4A) is unknown color: approx Fruit Salad. HEX triplet: 51, AF and 4A. RGB value is (81,175,74). Sum of RGB (Red+Green+Blue) = 81+175+74=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #51AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AF4A is #AE50B5. Grayscale: #878787. Windows color (decimal): -11423926 or 4894545. OLE color: 4894545.

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

Color convert

RGB8117574-
CMYK0.5400.580.31
HSL115.84º40.56%48.82%-
HSV(B)115.84º57.71%68.63%-
XYZ19.9632.911.78-
YUV135.3893.3689.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=24.55%
G=53.03%
B=22.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81175740.5400.580.31115.8440.5648.82
Hex51AF4A3603A1F742931
Octal12125711266072371645161
Binary10100011010111110010101101100111010111111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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