Html Css Color HEX #50CE5D Fern

📋 copy color: '#50CE5D'

red 80 ◦ green 206 ◦ blue 93

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

Shades of Fern #50CE5D

Tints of Fern #50CE5D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.35%

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 21.11%
G = 54.35%
B = 24.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#50CE5D (or 0x50CE5D) is known color: Fern. HEX triplet: 50, CE and 5D. RGB value is (80,206,93). Sum of RGB (Red+Green+Blue) = 80+206+93=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE5D is #AF31A2. Grayscale: #9B9B9B. Windows color (decimal): -11481507 or 6147664. OLE color: 6147664.

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

Color convert

RGB 80 206 93 -
CMYK 0.61 0 0.55 0.19
HSL 126.19º 0.56% 0.56% -
HSV(B) 126.19º 0.61% 0.81% -
XYZ 27.36 46.64 17.92 -
YUV 155.44 92.76 74.19 -
System Red Green Blue C M Y K H S L
Decimal 80 206 93 0.61 0 0.55 0.19 126.19 0.56 0.56
Hex 50 CE 5D 3D 0 37 13 7E 38 38
Octal 120 316 135 75 0 67 23 176 70 70
Binary 1010000 11001110 1011101 111101 0 110111 10011 1111110 111000 111000

Color Harmonies of #50CE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE5D

Black with #50CE5D

Text Example


Text Example

White with #50CE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,206,93); }

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

background-color css

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

 a { background-color: rgb(80,206,93); }

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

border-color css

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

 span { border-color: rgb(80,206,93); }

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