#51985A

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

Shades of Fruit Salad #51985A

Tints of Fruit Salad #51985A

Color information

#51985A (or 0x51985A) is unknown color: approx Fruit Salad. HEX triplet: 51, 98 and 5A. RGB value is (81,152,90). Sum of RGB (Red+Green+Blue) = 81+152+90=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #51985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51985A is #AE67A5. Grayscale: #7B7B7B. Windows color (decimal): -11429798 or 5937233. OLE color: 5937233.

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

Color convert

RGB8115290-
CMYK0.4700.410.40
HSL127.61º30.47%45.69%-
HSV(B)127.61º46.71%59.61%-
XYZ16.4724.9413.62-
YUV123.7108.9897.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 152 (59.77% from 255) = 47.06%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=25.08%
G=47.06%
B=27.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81152900.4700.410.40127.6130.4745.69
Hex51985A2F02928801e2e
Octal12123013257051502003656
Binary101000110011000101101010111101010011010001000000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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