Html Css Color HEX #50CE5C Fern

📋 copy color: '#50CE5C'

red 80 ◦ green 206 ◦ blue 92

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

Shades of Fern #50CE5C

Tints of Fern #50CE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.34%

R = 21.16%
G = 54.5%
B = 24.34%

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

#50CE5C (or 0x50CE5C) is known color: Fern. HEX triplet: 50, CE and 5C. RGB value is (80,206,92). Sum of RGB (Red+Green+Blue) = 80+206+92=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE5C is #AF31A3. Grayscale: #9B9B9B. Windows color (decimal): -11481508 or 6082128. OLE color: 6082128.

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

Color convert

RGB 80 206 92 -
CMYK 0.61 0 0.55 0.19
HSL 125.71º 0.56% 0.56% -
HSV(B) 125.71º 0.61% 0.81% -
XYZ 27.31 46.62 17.68 -
YUV 155.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 80 206 92 0.61 0 0.55 0.19 125.71 0.56 0.56
Hex 50 CE 5C 3D 0 37 13 7E 38 38
Octal 120 316 134 75 0 67 23 176 70 70
Binary 1010000 11001110 1011100 111101 0 110111 10011 1111110 111000 111000

Color Harmonies of #50CE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE5C

Black with #50CE5C

Text Example


Text Example

White with #50CE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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