#51B985

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

Shades of Emerald #51B985

Tints of Emerald #51B985

Color information

#51B985 (or 0x51B985) is unknown color: approx Emerald. HEX triplet: 51, B9 and 85. RGB value is (81,185,133). Sum of RGB (Red+Green+Blue) = 81+185+133=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #51B985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B985 is #AE467A. Grayscale: #949494. Windows color (decimal): -11421307 or 8763729. OLE color: 8763729.

HSL color Cylindrical-coordinate representation of color #51B985: hue angle of 150º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B985 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB81185133-
CMYK0.5600.280.27
HSL150º42.62%52.16%-
HSV(B)150º56.22%72.55%-
XYZ24.9838.1428.24-
YUV147.98119.5480.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 185 (72.66% from 255) = 46.37%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=20.30%
G=46.37%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811851330.5600.280.2715042.6252.16
Hex51B9853801C1B962b34
Octal12127120570034332265364
Binary101000110111001100001011110000111001101110010110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,185,133); }

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

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

 a { background-color: rgb(81,185,133); }

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

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

 span { border-color: rgb(81,185,133); }

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