Html Css Color HEX #50CF67 Emerald

📋 copy color: '#50CF67'

red 80 ◦ green 207 ◦ blue 103

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

Shades of Emerald #50CF67

Tints of Emerald #50CF67

RGB

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

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

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

R = 20.51%
G = 53.08%
B = 26.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#50CF67 (or 0x50CF67) is known color: Emerald. HEX triplet: 50, CF and 67. RGB value is (80,207,103). Sum of RGB (Red+Green+Blue) = 80+207+103=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF67 is #AF3098. Grayscale: #9D9D9D. Windows color (decimal): -11481241 or 6803280. OLE color: 6803280.

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

Color convert

RGB 80 207 103 -
CMYK 0.61 0 0.50 0.19
HSL 130.87º 0.57% 0.56% -
HSV(B) 130.87º 0.61% 0.81% -
XYZ 28.07 47.31 20.48 -
YUV 157.17 97.42 72.96 -
System Red Green Blue C M Y K H S L
Decimal 80 207 103 0.61 0 0.50 0.19 130.87 0.57 0.56
Hex 50 CF 67 3D 0 32 13 83 39 38
Octal 120 317 147 75 0 62 23 203 71 70
Binary 1010000 11001111 1100111 111101 0 110010 10011 10000011 111001 111000

Color Harmonies of #50CF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF67

Black with #50CF67

Text Example


Text Example

White with #50CF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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