#51CB7F

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

Shades of Emerald #51CB7F

Tints of Emerald #51CB7F

Color information

#51CB7F (or 0x51CB7F) is unknown color: approx Emerald. HEX triplet: 51, CB and 7F. RGB value is (81,203,127). Sum of RGB (Red+Green+Blue) = 81+203+127=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #51CB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CB7F is #AE3480. Grayscale: #9E9E9E. Windows color (decimal): -11416705 or 8375121. OLE color: 8375121.

HSL color Cylindrical-coordinate representation of color #51CB7F: hue angle of 142.62º degrees, saturation: 0.54, 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 #51CB7F is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB81203127-
CMYK0.6000.370.20
HSL142.62º53.98%55.69%-
HSV(B)142.62º60.1%79.61%-
XYZ28.5845.9927.45-
YUV157.86110.5873.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.71%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 127 (50% from 255) = 30.90%
R=19.71%
G=49.39%
B=30.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal812031270.6000.370.20142.6253.9855.69
Hex51CB7F3C025148f3638
Octal12131317774045242176670
Binary101000111001011111111111110001001011010010001111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,203,127); }

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

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

 a { background-color: rgb(81,203,127); }

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

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

 span { border-color: rgb(81,203,127); }

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