Html Css Color HEX #50CE56 Fern

📋 copy color: '#50CE56'

red 80 ◦ green 206 ◦ blue 86

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

Shades of Fern #50CE56

Tints of Fern #50CE56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.12%

R = 21.51%
G = 55.38%
B = 23.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#50CE56 (or 0x50CE56) is known color: Fern. HEX triplet: 50, CE and 56. RGB value is (80,206,86). Sum of RGB (Red+Green+Blue) = 80+206+86=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CE56 is #AF31A9. Grayscale: #9B9B9B. Windows color (decimal): -11481514 or 5688912. OLE color: 5688912.

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

Color convert

RGB 80 206 86 -
CMYK 0.61 0 0.58 0.19
HSL 122.86º 0.56% 0.56% -
HSV(B) 122.86º 0.61% 0.81% -
XYZ 27.06 46.52 16.36 -
YUV 154.65 89.26 74.76 -
System Red Green Blue C M Y K H S L
Decimal 80 206 86 0.61 0 0.58 0.19 122.86 0.56 0.56
Hex 50 CE 56 3D 0 3A 13 7B 38 38
Octal 120 316 126 75 0 72 23 173 70 70
Binary 1010000 11001110 1010110 111101 0 111010 10011 1111011 111000 111000

Color Harmonies of #50CE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CE56

Black with #50CE56

Text Example


Text Example

White with #50CE56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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