Html Css Color HEX #50CE5B Fern

📋 copy color: '#50CE5B'

red 80 ◦ green 206 ◦ blue 91

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

Shades of Fern #50CE5B

Tints of Fern #50CE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 21.22%
G = 54.64%
B = 24.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#50CE5B (or 0x50CE5B) is known color: Fern. HEX triplet: 50, CE and 5B. RGB value is (80,206,91). Sum of RGB (Red+Green+Blue) = 80+206+91=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE5B is #AF31A4. Grayscale: #9B9B9B. Windows color (decimal): -11481509 or 6016592. OLE color: 6016592.

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

Color convert

RGB 80 206 91 -
CMYK 0.61 0 0.56 0.19
HSL 125.24º 0.56% 0.56% -
HSV(B) 125.24º 0.61% 0.81% -
XYZ 27.27 46.6 17.46 -
YUV 155.22 91.76 74.35 -
System Red Green Blue C M Y K H S L
Decimal 80 206 91 0.61 0 0.56 0.19 125.24 0.56 0.56
Hex 50 CE 5B 3D 0 38 13 7D 38 38
Octal 120 316 133 75 0 70 23 175 70 70
Binary 1010000 11001110 1011011 111101 0 111000 10011 1111101 111000 111000

Color Harmonies of #50CE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE5B

Black with #50CE5B

Text Example


Text Example

White with #50CE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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