#50C869

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

Shades of Emerald #50C869

Tints of Emerald #50C869

Color information

#50C869 (or 0x50C869) is unknown color: approx Emerald. HEX triplet: 50, C8 and 69. RGB value is (80,200,105). Sum of RGB (Red+Green+Blue) = 80+200+105=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #50C869 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C869 is #AF3796. Grayscale: #999999. Windows color (decimal): -11483031 or 6932560. OLE color: 6932560.

HSL color Cylindrical-coordinate representation of color #50C869: hue angle of 132.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C869 is Cyan = 0.6, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB80200105-
CMYK0.600.480.22
HSL132.5º52.17%54.9%-
HSV(B)132.5º60%78.43%-
XYZ26.5144.0320.47-
YUV153.29100.7475.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 200 (78.52% from 255) = 51.95%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=20.78%
G=51.95%
B=27.27%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal802001050.600.480.22132.552.1754.9
Hex50C8693C03016843437
Octal12031015174060262046467
Binary101000011001000110100111110001100001011010000100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,200,105); }

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

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

 a { background-color: rgb(80,200,105); }

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

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

 span { border-color: rgb(80,200,105); }

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