Html Css Color HEX #50BB63 Fern

📋 copy color: '#50BB63'

red 80 ◦ green 187 ◦ blue 99

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

Shades of Fern #50BB63

Tints of Fern #50BB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 21.86%
G = 51.09%
B = 27.05%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#50BB63 (or 0x50BB63) is known color: Fern. HEX triplet: 50, BB and 63. RGB value is (80,187,99). Sum of RGB (Red+Green+Blue) = 80+187+99=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BB63 is #AF449C. Grayscale: #919191. Windows color (decimal): -11486365 or 6536016. OLE color: 6536016.

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

Color convert

RGB 80 187 99 -
CMYK 0.57 0 0.47 0.27
HSL 130.65º 0.44% 0.52% -
HSV(B) 130.65º 0.57% 0.73% -
XYZ 23.33 38.15 17.94 -
YUV 144.98 102.05 81.66 -
System Red Green Blue C M Y K H S L
Decimal 80 187 99 0.57 0 0.47 0.27 130.65 0.44 0.52
Hex 50 BB 63 39 0 2F 1B 83 2C 34
Octal 120 273 143 71 0 57 33 203 54 64
Binary 1010000 10111011 1100011 111001 0 101111 11011 10000011 101100 110100

Color Harmonies of #50BB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BB63

Black with #50BB63

Text Example


Text Example

White with #50BB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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