Html Css Color HEX #50CE5A Fern

📋 copy color: '#50CE5A'

red 80 ◦ green 206 ◦ blue 90

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

Shades of Fern #50CE5A

Tints of Fern #50CE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 21.28%
G = 54.79%
B = 23.94%

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

#50CE5A (or 0x50CE5A) is known color: Fern. HEX triplet: 50, CE and 5A. RGB value is (80,206,90). Sum of RGB (Red+Green+Blue) = 80+206+90=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE5A is #AF31A5. Grayscale: #9B9B9B. Windows color (decimal): -11481510 or 5951056. OLE color: 5951056.

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

Color convert

RGB 80 206 90 -
CMYK 0.61 0 0.56 0.19
HSL 124.76º 0.56% 0.56% -
HSV(B) 124.76º 0.61% 0.81% -
XYZ 27.23 46.59 17.23 -
YUV 155.1 91.26 74.43 -
System Red Green Blue C M Y K H S L
Decimal 80 206 90 0.61 0 0.56 0.19 124.76 0.56 0.56
Hex 50 CE 5A 3D 0 38 13 7D 38 38
Octal 120 316 132 75 0 70 23 175 70 70
Binary 1010000 11001110 1011010 111101 0 111000 10011 1111101 111000 111000

Color Harmonies of #50CE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE5A

Black with #50CE5A

Text Example


Text Example

White with #50CE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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