#51AA4B

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

Shades of Fruit Salad #51AA4B

Tints of Fruit Salad #51AA4B

Color information

#51AA4B (or 0x51AA4B) is unknown color: approx Fruit Salad. HEX triplet: 51, AA and 4B. RGB value is (81,170,75). Sum of RGB (Red+Green+Blue) = 81+170+75=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #51AA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51AA4B is #AE55B4. Grayscale: #848484. Windows color (decimal): -11425205 or 4958801. OLE color: 4958801.

HSL color Cylindrical-coordinate representation of color #51AA4B: hue angle of 116.21º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51AA4B is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB8117075-
CMYK0.5200.560.33
HSL116.21º38.78%48.04%-
HSV(B)116.21º55.88%66.67%-
XYZ19.0431.0111.64-
YUV132.5695.5191.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=24.85%
G=52.15%
B=23.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81170750.5200.560.33116.2138.7848.04
Hex51AA4B3403821742730
Octal12125211364070411644760
Binary101000110101010100101111010001110001000011110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,170,75); }

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

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

 a { background-color: rgb(81,170,75); }

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

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

 span { border-color: rgb(81,170,75); }

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