Html Css Color HEX #50CA57 Fern

📋 copy color: '#50CA57'

red 80 ◦ green 202 ◦ blue 87

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

Shades of Fern #50CA57

Tints of Fern #50CA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.58%

R = 21.68%
G = 54.74%
B = 23.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#50CA57 (or 0x50CA57) is known color: Fern. HEX triplet: 50, CA and 57. RGB value is (80,202,87). Sum of RGB (Red+Green+Blue) = 80+202+87=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CA57 is #AF35A8. Grayscale: #989898. Windows color (decimal): -11482537 or 5753424. OLE color: 5753424.

HSL color Cylindrical-coordinate representation of color #50CA57: hue angle of 123.44º 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 #50CA57 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 202 87 -
CMYK 0.60 0 0.57 0.21
HSL 123.44º 0.54% 0.55% -
HSV(B) 123.44º 0.6% 0.79% -
XYZ 26.15 44.63 16.25 -
YUV 152.41 91.08 76.35 -
System Red Green Blue C M Y K H S L
Decimal 80 202 87 0.60 0 0.57 0.21 123.44 0.54 0.55
Hex 50 CA 57 3C 0 39 15 7B 36 37
Octal 120 312 127 74 0 71 25 173 66 67
Binary 1010000 11001010 1010111 111100 0 111001 10101 1111011 110110 110111

Color Harmonies of #50CA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CA57

Black with #50CA57

Text Example


Text Example

White with #50CA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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