#51CF80

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

Shades of Emerald #51CF80

Tints of Emerald #51CF80

Color information

#51CF80 (or 0x51CF80) is unknown color: approx Emerald. HEX triplet: 51, CF and 80. RGB value is (81,207,128). Sum of RGB (Red+Green+Blue) = 81+207+128=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 207 - color contains mainly: green. Hex color #51CF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51CF80 is #AE307F. Grayscale: #A0A0A0. Windows color (decimal): -11415680 or 8441681. OLE color: 8441681.

HSL color Cylindrical-coordinate representation of color #51CF80: hue angle of 142.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CF80 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB81207128-
CMYK0.6100.380.19
HSL142.38º56.76%56.47%-
HSV(B)142.38º60.87%81.18%-
XYZ29.647.9328.11-
YUV160.32109.7671.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 207 (81.25% from 255) = 49.76%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=19.47%
G=49.76%
B=30.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal812071280.6100.380.19142.3856.7656.47
Hex51CF803D026138e3938
Octal12131720075046232167170
Binary1010001110011111000000011110101001101001110001110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51CF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,207,128); }

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

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

 a { background-color: rgb(81,207,128); }

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

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

 span { border-color: rgb(81,207,128); }

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