Html Css Color HEX #50EE90 Emerald

📋 copy color: '#50EE90'

red 80 ◦ green 238 ◦ blue 144

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

Shades of Emerald #50EE90

Tints of Emerald #50EE90

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.52%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 17.32%
G = 51.52%
B = 31.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#50EE90 (or 0x50EE90) is known color: Emerald. HEX triplet: 50, EE and 90. RGB value is (80,238,144). Sum of RGB (Red+Green+Blue) = 80+238+144=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #50EE90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50EE90 is #AF116F. Grayscale: #B4B4B4. Windows color (decimal): -11473264 or 9498192. OLE color: 9498192.

HSL color Cylindrical-coordinate representation of color #50EE90: hue angle of 144.3º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EE90 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 144 -
CMYK 0.66 0 0.39 0.07
HSL 144.3º 0.82% 0.62% -
HSV(B) 144.3º 0.66% 0.93% -
XYZ 38.92 64.87 36.86 -
YUV 180.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 80 238 144 0.66 0 0.39 0.07 144.3 0.82 0.62
Hex 50 EE 90 42 0 27 7 90 52 3E
Octal 120 356 220 102 0 47 7 220 122 76
Binary 1010000 11101110 10010000 1000010 0 100111 111 10010000 1010010 111110

Color Harmonies of #50EE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EE90

Black with #50EE90

Text Example


Text Example

White with #50EE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,238,144); }

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

background-color css

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

 a { background-color: rgb(80,238,144); }

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

border-color css

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

 span { border-color: rgb(80,238,144); }

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