Html Css Color HEX #50CF84 Emerald

📋 copy color: '#50CF84'

red 80 ◦ green 207 ◦ blue 132

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

Shades of Emerald #50CF84

Tints of Emerald #50CF84

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 132 (51.95% from 255) = 31.5%

R = 19.09%
G = 49.4%
B = 31.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#50CF84 (or 0x50CF84) is known color: Emerald. HEX triplet: 50, CF and 84. RGB value is (80,207,132). Sum of RGB (Red+Green+Blue) = 80+207+132=419 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.09% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CF84 is #AF307B. Grayscale: #A0A0A0. Windows color (decimal): -11481212 or 8703824. OLE color: 8703824.

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

Color convert

RGB 80 207 132 -
CMYK 0.61 0 0.36 0.19
HSL 144.57º 0.57% 0.56% -
HSV(B) 144.57º 0.61% 0.81% -
XYZ 29.79 48 29.52 -
YUV 160.48 111.92 70.6 -
System Red Green Blue C M Y K H S L
Decimal 80 207 132 0.61 0 0.36 0.19 144.57 0.57 0.56
Hex 50 CF 84 3D 0 24 13 91 39 38
Octal 120 317 204 75 0 44 23 221 71 70
Binary 1010000 11001111 10000100 111101 0 100100 10011 10010001 111001 111000

Color Harmonies of #50CF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF84

Black with #50CF84

Text Example


Text Example

White with #50CF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,207,132); }

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

background-color css

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

 a { background-color: rgb(80,207,132); }

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

border-color css

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

 span { border-color: rgb(80,207,132); }

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