#50CA78

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

Shades of Emerald #50CA78

Tints of Emerald #50CA78

Color information

#50CA78 (or 0x50CA78) is unknown color: approx Emerald. HEX triplet: 50, CA and 78. RGB value is (80,202,120). Sum of RGB (Red+Green+Blue) = 80+202+120=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA78 is #AF3587. Grayscale: #9C9C9C. Windows color (decimal): -11482504 or 7916112. OLE color: 7916112.

HSL color Cylindrical-coordinate representation of color #50CA78: hue angle of 139.67º degrees, saturation: 0.54, 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 #50CA78 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB80202120-
CMYK0.6000.410.21
HSL139.67º53.51%55.29%-
HSV(B)139.67º60.4%79.22%-
XYZ27.8245.325.05-
YUV156.17107.5873.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.90%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=19.90%
G=50.25%
B=29.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802021200.6000.410.21139.6753.5155.29
Hex50CA783C029158c3637
Octal12031217074051252146667
Binary101000011001010111100011110001010011010110001100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,120); }

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

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

 a { background-color: rgb(80,202,120); }

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

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

 span { border-color: rgb(80,202,120); }

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