Html Css Color HEX #50C953 Fern

📋 copy color: '#50C953'

red 80 ◦ green 201 ◦ blue 83

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

Shades of Fern #50C953

Tints of Fern #50C953

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.22%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 21.98%
G = 55.22%
B = 22.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#50C953 (or 0x50C953) is known color: Fern. HEX triplet: 50, C9 and 53. RGB value is (80,201,83). Sum of RGB (Red+Green+Blue) = 80+201+83=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #50C953 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C953 is #AF36AC. Grayscale: #979797. Windows color (decimal): -11482797 or 5491024. OLE color: 5491024.

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

Color convert

RGB 80 201 83 -
CMYK 0.60 0 0.59 0.21
HSL 121.49º 0.53% 0.55% -
HSV(B) 121.49º 0.6% 0.79% -
XYZ 25.76 44.1 15.34 -
YUV 151.37 89.41 77.09 -
System Red Green Blue C M Y K H S L
Decimal 80 201 83 0.60 0 0.59 0.21 121.49 0.53 0.55
Hex 50 C9 53 3C 0 3B 15 79 35 37
Octal 120 311 123 74 0 73 25 171 65 67
Binary 1010000 11001001 1010011 111100 0 111011 10101 1111001 110101 110111

Color Harmonies of #50C953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C953

Black with #50C953

Text Example


Text Example

White with #50C953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,83); }

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

background-color css

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

 a { background-color: rgb(80,201,83); }

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

border-color css

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

 span { border-color: rgb(80,201,83); }

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