Html Css Color HEX #50CB67 Emerald

📋 copy color: '#50CB67'

red 80 ◦ green 203 ◦ blue 103

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

Shades of Emerald #50CB67

Tints of Emerald #50CB67

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.59%

 BLUE value IS 103 (40.63% from 255) = 26.68%

R = 20.73%
G = 52.59%
B = 26.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#50CB67 (or 0x50CB67) is known color: Emerald. HEX triplet: 50, CB and 67. RGB value is (80,203,103). Sum of RGB (Red+Green+Blue) = 80+203+103=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CB67 is #AF3498. Grayscale: #9B9B9B. Windows color (decimal): -11482265 or 6802256. OLE color: 6802256.

HSL color Cylindrical-coordinate representation of color #50CB67: hue angle of 131.22º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CB67 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 203 103 -
CMYK 0.61 0 0.49 0.20
HSL 131.22º 0.54% 0.55% -
HSV(B) 131.22º 0.61% 0.8% -
XYZ 27.11 45.4 20.17 -
YUV 154.82 98.75 74.63 -
System Red Green Blue C M Y K H S L
Decimal 80 203 103 0.61 0 0.49 0.20 131.22 0.54 0.55
Hex 50 CB 67 3D 0 31 14 83 36 37
Octal 120 313 147 75 0 61 24 203 66 67
Binary 1010000 11001011 1100111 111101 0 110001 10100 10000011 110110 110111

Color Harmonies of #50CB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CB67

Black with #50CB67

Text Example


Text Example

White with #50CB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,103); }

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

background-color css

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

 a { background-color: rgb(80,203,103); }

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

border-color css

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

 span { border-color: rgb(80,203,103); }

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