#51CD88

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

Shades of Emerald #51CD88

Tints of Emerald #51CD88

Color information

#51CD88 (or 0x51CD88) is unknown color: approx Emerald. HEX triplet: 51, CD and 88. RGB value is (81,205,136). Sum of RGB (Red+Green+Blue) = 81+205+136=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #51CD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CD88 is #AE3277. Grayscale: #A0A0A0. Windows color (decimal): -11416184 or 8965457. OLE color: 8965457.

HSL color Cylindrical-coordinate representation of color #51CD88: hue angle of 146.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CD88 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB81205136-
CMYK0.6000.340.20
HSL146.61º55.36%56.08%-
HSV(B)146.61º60.49%80.39%-
XYZ29.6747.1930.84-
YUV160.06114.4271.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.19%
GREEN value IS 205 (80.47% from 255) = 48.58%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=19.19%
G=48.58%
B=32.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812051360.6000.340.20146.6155.3656.08
Hex51CD883C02214933738
Octal12131521074042242236770
Binary1010001110011011000100011110001000101010010010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,205,136); }

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

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

 a { background-color: rgb(81,205,136); }

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

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

 span { border-color: rgb(81,205,136); }

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