Html Css Color HEX #50D05B Fern

📋 copy color: '#50D05B'

red 80 ◦ green 208 ◦ blue 91

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

Shades of Fern #50D05B

Tints of Fern #50D05B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.88%

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 21.11%
G = 54.88%
B = 24.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#50D05B (or 0x50D05B) is known color: Fern. HEX triplet: 50, D0 and 5B. RGB value is (80,208,91). Sum of RGB (Red+Green+Blue) = 80+208+91=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #50D05B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D05B is #AF2FA4. Grayscale: #9C9C9C. Windows color (decimal): -11480997 or 6017104. OLE color: 6017104.

HSL color Cylindrical-coordinate representation of color #50D05B: hue angle of 125.16º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D05B is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 91 -
CMYK 0.62 0 0.56 0.18
HSL 125.16º 0.58% 0.56% -
HSV(B) 125.16º 0.62% 0.82% -
XYZ 27.75 47.57 17.62 -
YUV 156.39 91.09 73.51 -
System Red Green Blue C M Y K H S L
Decimal 80 208 91 0.62 0 0.56 0.18 125.16 0.58 0.56
Hex 50 D0 5B 3E 0 38 12 7D 3A 38
Octal 120 320 133 76 0 70 22 175 72 70
Binary 1010000 11010000 1011011 111110 0 111000 10010 1111101 111010 111000

Color Harmonies of #50D05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D05B

Black with #50D05B

Text Example


Text Example

White with #50D05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,208,91); }

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

background-color css

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

 a { background-color: rgb(80,208,91); }

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

border-color css

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

 span { border-color: rgb(80,208,91); }

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