Html Css Color HEX #50B261 Fern

📋 copy color: '#50B261'

red 80 ◦ green 178 ◦ blue 97

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

Shades of Fern #50B261

Tints of Fern #50B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.14%

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 22.54%
G = 50.14%
B = 27.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#50B261 (or 0x50B261) is known color: Fern. HEX triplet: 50, B2 and 61. RGB value is (80,178,97). Sum of RGB (Red+Green+Blue) = 80+178+97=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #50B261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B261 is #AF4D9E. Grayscale: #8B8B8B. Windows color (decimal): -11488671 or 6402640. OLE color: 6402640.

HSL color Cylindrical-coordinate representation of color #50B261: hue angle of 130.41º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B261 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 178 97 -
CMYK 0.55 0 0.46 0.30
HSL 130.41º 0.39% 0.51% -
HSV(B) 130.41º 0.55% 0.7% -
XYZ 21.39 34.41 16.82 -
YUV 139.46 104.03 85.59 -
System Red Green Blue C M Y K H S L
Decimal 80 178 97 0.55 0 0.46 0.30 130.41 0.39 0.51
Hex 50 B2 61 37 0 2E 1E 82 27 33
Octal 120 262 141 67 0 56 36 202 47 63
Binary 1010000 10110010 1100001 110111 0 101110 11110 10000010 100111 110011

Color Harmonies of #50B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B261

Black with #50B261

Text Example


Text Example

White with #50B261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,178,97); }

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

background-color css

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

 a { background-color: rgb(80,178,97); }

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

border-color css

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

 span { border-color: rgb(80,178,97); }

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