Html Css Color HEX #50BC66 Fern

📋 copy color: '#50BC66'

red 80 ◦ green 188 ◦ blue 102

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

Shades of Fern #50BC66

Tints of Fern #50BC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.81%

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 21.62%
G = 50.81%
B = 27.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#50BC66 (or 0x50BC66) is known color: Fern. HEX triplet: 50, BC and 66. RGB value is (80,188,102). Sum of RGB (Red+Green+Blue) = 80+188+102=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BC66 is #AF4399. Grayscale: #929292. Windows color (decimal): -11486106 or 6732880. OLE color: 6732880.

HSL color Cylindrical-coordinate representation of color #50BC66: hue angle of 132.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BC66 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 188 102 -
CMYK 0.57 0 0.46 0.26
HSL 132.22º 0.45% 0.53% -
HSV(B) 132.22º 0.57% 0.74% -
XYZ 23.69 38.63 18.78 -
YUV 145.9 103.22 80.99 -
System Red Green Blue C M Y K H S L
Decimal 80 188 102 0.57 0 0.46 0.26 132.22 0.45 0.53
Hex 50 BC 66 39 0 2E 1A 84 2D 35
Octal 120 274 146 71 0 56 32 204 55 65
Binary 1010000 10111100 1100110 111001 0 101110 11010 10000100 101101 110101

Color Harmonies of #50BC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC66

Black with #50BC66

Text Example


Text Example

White with #50BC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,102); }

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

background-color css

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

 a { background-color: rgb(80,188,102); }

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

border-color css

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

 span { border-color: rgb(80,188,102); }

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