#50cf87

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

Shades of Emerald #50CF87

Tints of Emerald #50CF87

Color information

#50CF87 (or 0x50CF87) is unknown color: approx Emerald. HEX triplet: 50, CF and 87. RGB value is (80,207,135). Sum of RGB (Red+Green+Blue) = 80+207+135=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CF87 is #AF3078. Grayscale: #A0A0A0. Windows color (decimal): -11481209 or 8900432. OLE color: 8900432.

HSL color Cylindrical-coordinate representation of color #50CF87: hue angle of 145.98º 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 #50CF87 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB80207135-
CMYK0.6100.350.19
HSL145.98º56.95%56.27%-
HSV(B)145.98º61.35%81.18%-
XYZ29.9948.0830.62-
YUV160.82113.4270.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 207 (81.25% from 255) = 49.05%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=18.96%
G=49.05%
B=31.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal802071350.6100.350.19145.9856.9556.27
Hex50CF873D02313923938
Octal12031720775043232227170
Binary1010000110011111000011111110101000111001110010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50cf87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50cf87; }

 p { color: rgb(80,207,135); }

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

<style>
 a { background-color: #50cf87; }

 a { background-color: rgb(80,207,135); }

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

<style>
 span { border-color: #50cf87; }

 span { border-color: rgb(80,207,135); }

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