Html Css Color HEX #50CA60 Fern

📋 copy color: '#50CA60'

red 80 ◦ green 202 ◦ blue 96

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

Shades of Fern #50CA60

Tints of Fern #50CA60

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.44%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 21.16%
G = 53.44%
B = 25.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#50CA60 (or 0x50CA60) is known color: Fern. HEX triplet: 50, CA and 60. RGB value is (80,202,96). Sum of RGB (Red+Green+Blue) = 80+202+96=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA60 is #AF359F. Grayscale: #999999. Windows color (decimal): -11482528 or 6343248. OLE color: 6343248.

HSL color Cylindrical-coordinate representation of color #50CA60: hue angle of 127.87º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50CA60 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 96 -
CMYK 0.60 0 0.52 0.21
HSL 127.87º 0.54% 0.55% -
HSV(B) 127.87º 0.6% 0.79% -
XYZ 26.54 44.79 18.31 -
YUV 153.44 95.58 75.62 -
System Red Green Blue C M Y K H S L
Decimal 80 202 96 0.60 0 0.52 0.21 127.87 0.54 0.55
Hex 50 CA 60 3C 0 34 15 80 36 37
Octal 120 312 140 74 0 64 25 200 66 67
Binary 1010000 11001010 1100000 111100 0 110100 10101 10000000 110110 110111

Color Harmonies of #50CA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA60

Black with #50CA60

Text Example


Text Example

White with #50CA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,96); }

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

background-color css

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

 a { background-color: rgb(80,202,96); }

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

border-color css

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

 span { border-color: rgb(80,202,96); }

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