Html Css Color HEX #50BF6B Emerald

📋 copy color: '#50BF6B'

red 80 ◦ green 191 ◦ blue 107

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

Shades of Emerald #50BF6B

Tints of Emerald #50BF6B

RGB

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

 GREEN value IS 191 (75% from 255) = 50.53%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 21.16%
G = 50.53%
B = 28.31%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#50BF6B (or 0x50BF6B) is known color: Emerald. HEX triplet: 50, BF and 6B. RGB value is (80,191,107). Sum of RGB (Red+Green+Blue) = 80+191+107=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF6B is #AF4094. Grayscale: #949494. Windows color (decimal): -11485333 or 7061328. OLE color: 7061328.

HSL color Cylindrical-coordinate representation of color #50BF6B: hue angle of 134.59º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF6B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 107 -
CMYK 0.58 0 0.44 0.25
HSL 134.59º 0.46% 0.53% -
HSV(B) 134.59º 0.58% 0.75% -
XYZ 24.59 40.03 20.34 -
YUV 148.24 104.73 79.33 -
System Red Green Blue C M Y K H S L
Decimal 80 191 107 0.58 0 0.44 0.25 134.59 0.46 0.53
Hex 50 BF 6B 3A 0 2C 19 87 2E 35
Octal 120 277 153 72 0 54 31 207 56 65
Binary 1010000 10111111 1101011 111010 0 101100 11001 10000111 101110 110101

Color Harmonies of #50BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF6B

Black with #50BF6B

Text Example


Text Example

White with #50BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,107); }

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

background-color css

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

 a { background-color: rgb(80,191,107); }

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

border-color css

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

 span { border-color: rgb(80,191,107); }

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