Html Css Color HEX #50F285 Emerald

📋 copy color: '#50F285'

red 80 ◦ green 242 ◦ blue 133

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

Shades of Emerald #50F285

Tints of Emerald #50F285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.19%

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 17.58%
G = 53.19%
B = 29.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#50F285 (or 0x50F285) is known color: Emerald. HEX triplet: 50, F2 and 85. RGB value is (80,242,133). Sum of RGB (Red+Green+Blue) = 80+242+133=455 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.58% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #50F285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50F285 is #AF0D7A. Grayscale: #B5B5B5. Windows color (decimal): -11472251 or 8778320. OLE color: 8778320.

HSL color Cylindrical-coordinate representation of color #50F285: hue angle of 139.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F285 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 242 133 -
CMYK 0.67 0 0.45 0.05
HSL 139.63º 0.86% 0.63% -
HSV(B) 139.63º 0.67% 0.95% -
XYZ 39.29 66.9 33.03 -
YUV 181.14 100.83 55.86 -
System Red Green Blue C M Y K H S L
Decimal 80 242 133 0.67 0 0.45 0.05 139.63 0.86 0.63
Hex 50 F2 85 43 0 2D 5 8C 56 3F
Octal 120 362 205 103 0 55 5 214 126 77
Binary 1010000 11110010 10000101 1000011 0 101101 101 10001100 1010110 111111

Color Harmonies of #50F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F285

Black with #50F285

Text Example


Text Example

White with #50F285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,242,133); }

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

background-color css

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

 a { background-color: rgb(80,242,133); }

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

border-color css

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

 span { border-color: rgb(80,242,133); }

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