Html Css Color HEX #50BB68 Fern

📋 copy color: '#50BB68'

red 80 ◦ green 187 ◦ blue 104

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

Shades of Fern #50BB68

Tints of Fern #50BB68

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.4%

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 21.56%
G = 50.4%
B = 28.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#50BB68 (or 0x50BB68) is known color: Fern. HEX triplet: 50, BB and 68. RGB value is (80,187,104). Sum of RGB (Red+Green+Blue) = 80+187+104=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB68 is #AF4497. Grayscale: #919191. Windows color (decimal): -11486360 or 6863696. OLE color: 6863696.

HSL color Cylindrical-coordinate representation of color #50BB68: hue angle of 133.46º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB68 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 187 104 -
CMYK 0.57 0 0.44 0.27
HSL 133.46º 0.44% 0.52% -
HSV(B) 133.46º 0.57% 0.73% -
XYZ 23.58 38.25 19.24 -
YUV 145.55 104.55 81.25 -
System Red Green Blue C M Y K H S L
Decimal 80 187 104 0.57 0 0.44 0.27 133.46 0.44 0.52
Hex 50 BB 68 39 0 2C 1B 85 2C 34
Octal 120 273 150 71 0 54 33 205 54 64
Binary 1010000 10111011 1101000 111001 0 101100 11011 10000101 101100 110100

Color Harmonies of #50BB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB68

Black with #50BB68

Text Example


Text Example

White with #50BB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,187,104); }

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

background-color css

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

 a { background-color: rgb(80,187,104); }

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

border-color css

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

 span { border-color: rgb(80,187,104); }

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