#51CA7A

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

Shades of Emerald #51CA7A

Tints of Emerald #51CA7A

Color information

#51CA7A (or 0x51CA7A) is unknown color: approx Emerald. HEX triplet: 51, CA and 7A. RGB value is (81,202,122). Sum of RGB (Red+Green+Blue) = 81+202+122=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CA7A is #AE3585. Grayscale: #9C9C9C. Windows color (decimal): -11416966 or 8047185. OLE color: 8047185.

HSL color Cylindrical-coordinate representation of color #51CA7A: hue angle of 140.33º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CA7A is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB81202122-
CMYK0.6000.400.21
HSL140.33º53.3%55.49%-
HSV(B)140.33º59.9%79.22%-
XYZ28.0345.425.7-
YUV156.7108.4174-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20%
GREEN value IS 202 (79.30% from 255) = 49.88%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=20%
G=49.88%
B=30.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal812021220.6000.400.21140.3353.355.49
Hex51CA7A3C028158c3537
Octal12131217274050252146567
Binary101000111001010111101011110001010001010110001100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,202,122); }

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

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

 a { background-color: rgb(81,202,122); }

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

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

 span { border-color: rgb(81,202,122); }

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