Html Css Color HEX #50D655 Fern

📋 copy color: '#50D655'

red 80 ◦ green 214 ◦ blue 85

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

Shades of Fern #50D655

Tints of Fern #50D655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.46%

 BLUE value IS 85 (33.59% from 255) = 22.43%

R = 21.11%
G = 56.46%
B = 22.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#50D655 (or 0x50D655) is known color: Fern. HEX triplet: 50, D6 and 55. RGB value is (80,214,85). Sum of RGB (Red+Green+Blue) = 80+214+85=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #50D655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D655 is #AF29AA. Grayscale: #9F9F9F. Windows color (decimal): -11479467 or 5625424. OLE color: 5625424.

HSL color Cylindrical-coordinate representation of color #50D655: hue angle of 122.24º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D655 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 85 -
CMYK 0.63 0 0.60 0.16
HSL 122.24º 0.62% 0.58% -
HSV(B) 122.24º 0.63% 0.84% -
XYZ 28.99 50.45 16.8 -
YUV 159.23 86.11 71.49 -
System Red Green Blue C M Y K H S L
Decimal 80 214 85 0.63 0 0.60 0.16 122.24 0.62 0.58
Hex 50 D6 55 3F 0 3C 10 7A 3E 3A
Octal 120 326 125 77 0 74 20 172 76 72
Binary 1010000 11010110 1010101 111111 0 111100 10000 1111010 111110 111010

Color Harmonies of #50D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D655

Black with #50D655

Text Example


Text Example

White with #50D655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,214,85); }

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

background-color css

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

 a { background-color: rgb(80,214,85); }

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

border-color css

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

 span { border-color: rgb(80,214,85); }

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