#51985C

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

Shades of Fruit Salad #51985C

Tints of Fruit Salad #51985C

Color information

#51985C (or 0x51985C) is unknown color: approx Fruit Salad. HEX triplet: 51, 98 and 5C. RGB value is (81,152,92). Sum of RGB (Red+Green+Blue) = 81+152+92=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #51985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51985C is #AE67A3. Grayscale: #7C7C7C. Windows color (decimal): -11429796 or 6068305. OLE color: 6068305.

HSL color Cylindrical-coordinate representation of color #51985C: hue angle of 129.3º 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 #51985C is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB8115292-
CMYK0.4700.390.40
HSL129.3º30.47%45.69%-
HSV(B)129.3º46.71%59.61%-
XYZ16.5524.9814.07-
YUV123.93109.9897.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=24.92%
G=46.77%
B=28.31%

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
Decimal81152920.4700.390.40129.330.4745.69
Hex51985C2F02728811e2e
Octal12123013457047502013656
Binary101000110011000101110010111101001111010001000000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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