Html Css Color HEX #50CF5F Emerald

📋 copy color: '#50CF5F'

red 80 ◦ green 207 ◦ blue 95

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

Shades of Emerald #50CF5F

Tints of Emerald #50CF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 20.94%
G = 54.19%
B = 24.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#50CF5F (or 0x50CF5F) is known color: Emerald. HEX triplet: 50, CF and 5F. RGB value is (80,207,95). Sum of RGB (Red+Green+Blue) = 80+207+95=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CF5F is #AF30A0. Grayscale: #9C9C9C. Windows color (decimal): -11481249 or 6278992. OLE color: 6278992.

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

Color convert

RGB 80 207 95 -
CMYK 0.61 0 0.54 0.19
HSL 127.09º 0.57% 0.56% -
HSV(B) 127.09º 0.61% 0.81% -
XYZ 27.69 47.16 18.47 -
YUV 156.26 93.42 73.61 -
System Red Green Blue C M Y K H S L
Decimal 80 207 95 0.61 0 0.54 0.19 127.09 0.57 0.56
Hex 50 CF 5F 3D 0 36 13 7F 39 38
Octal 120 317 137 75 0 66 23 177 71 70
Binary 1010000 11001111 1011111 111101 0 110110 10011 1111111 111001 111000

Color Harmonies of #50CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CF5F

Black with #50CF5F

Text Example


Text Example

White with #50CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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