#51985D

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

Shades of Fruit Salad #51985D

Tints of Fruit Salad #51985D

Color information

#51985D (or 0x51985D) is unknown color: approx Fruit Salad. HEX triplet: 51, 98 and 5D. RGB value is (81,152,93). Sum of RGB (Red+Green+Blue) = 81+152+93=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #51985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51985D is #AE67A2. Grayscale: #7C7C7C. Windows color (decimal): -11429795 or 6133841. OLE color: 6133841.

HSL color Cylindrical-coordinate representation of color #51985D: hue angle of 130.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51985D is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB8115293-
CMYK0.4700.390.40
HSL130.14º30.47%45.69%-
HSV(B)130.14º46.71%59.61%-
XYZ16.62514.31-
YUV124.04110.4897.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 152 (59.77% from 255) = 46.63%
BLUE value IS 93 (36.72% from 255) = 28.53%
R=24.85%
G=46.63%
B=28.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81152930.4700.390.40130.1430.4745.69
Hex51985D2F02728821e2e
Octal12123013557047502023656
Binary101000110011000101110110111101001111010001000001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51985D; }

 p { color: rgb(81,152,93); }

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

<style>
 a { background-color: #51985D; }

 a { background-color: rgb(81,152,93); }

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

<style>
 span { border-color: #51985D; }

 span { border-color: rgb(81,152,93); }

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