Html Css Color HEX #50CE5E Emerald

📋 copy color: '#50CE5E'

red 80 ◦ green 206 ◦ blue 94

#50CE5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #50CE5E

Tints of Emerald #50CE5E

RGB

 RED value IS 80 (31.64% from 255) = 21.05%

 GREEN value IS 206 (80.86% from 255) = 54.21%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 21.05%
G = 54.21%
B = 24.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#50CE5E (or 0x50CE5E) is known color: Emerald. HEX triplet: 50, CE and 5E. RGB value is (80,206,94). Sum of RGB (Red+Green+Blue) = 80+206+94=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE5E is #AF31A1. Grayscale: #9B9B9B. Windows color (decimal): -11481506 or 6213200. OLE color: 6213200.

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

Color convert

RGB 80 206 94 -
CMYK 0.61 0 0.54 0.19
HSL 126.67º 0.56% 0.56% -
HSV(B) 126.67º 0.61% 0.81% -
XYZ 27.4 46.66 18.15 -
YUV 155.56 93.26 74.11 -
System Red Green Blue C M Y K H S L
Decimal 80 206 94 0.61 0 0.54 0.19 126.67 0.56 0.56
Hex 50 CE 5E 3D 0 36 13 7F 38 38
Octal 120 316 136 75 0 66 23 177 70 70
Binary 1010000 11001110 1011110 111101 0 110110 10011 1111111 111000 111000

Color Harmonies of #50CE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE5E

Black with #50CE5E

Text Example


Text Example

White with #50CE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,94); }

 H1.HeaderClassName
 {
   color: #50CE5E;
 }
 .AnyTagClassName
 {
   color: #50CE5E;
 }
</style>

background-color css

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

 a { background-color: rgb(80,206,94); }

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

border-color css

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

 span { border-color: rgb(80,206,94); }

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