Html Css Color HEX #50D269 Emerald

📋 copy color: '#50D269'

red 80 ◦ green 210 ◦ blue 105

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

Shades of Emerald #50D269

Tints of Emerald #50D269

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.16%

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 20.25%
G = 53.16%
B = 26.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#50D269 (or 0x50D269) is known color: Emerald. HEX triplet: 50, D2 and 69. RGB value is (80,210,105). Sum of RGB (Red+Green+Blue) = 80+210+105=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #50D269 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D269 is #AF2D96. Grayscale: #9F9F9F. Windows color (decimal): -11480471 or 6935120. OLE color: 6935120.

HSL color Cylindrical-coordinate representation of color #50D269: hue angle of 131.54º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D269 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 105 -
CMYK 0.62 0 0.50 0.18
HSL 131.54º 0.59% 0.57% -
HSV(B) 131.54º 0.62% 0.82% -
XYZ 28.9 48.82 21.26 -
YUV 159.16 97.43 71.54 -
System Red Green Blue C M Y K H S L
Decimal 80 210 105 0.62 0 0.50 0.18 131.54 0.59 0.57
Hex 50 D2 69 3E 0 32 12 84 3B 39
Octal 120 322 151 76 0 62 22 204 73 71
Binary 1010000 11010010 1101001 111110 0 110010 10010 10000100 111011 111001

Color Harmonies of #50D269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D269

Black with #50D269

Text Example


Text Example

White with #50D269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,210,105); }

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

background-color css

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

 a { background-color: rgb(80,210,105); }

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

border-color css

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

 span { border-color: rgb(80,210,105); }

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