Html Css Color HEX #50B75D Fern

📋 copy color: '#50B75D'

red 80 ◦ green 183 ◦ blue 93

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

Shades of Fern #50B75D

Tints of Fern #50B75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.4%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 22.47%
G = 51.4%
B = 26.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#50B75D (or 0x50B75D) is known color: Fern. HEX triplet: 50, B7 and 5D. RGB value is (80,183,93). Sum of RGB (Red+Green+Blue) = 80+183+93=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #50B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B75D is #AF48A2. Grayscale: #8E8E8E. Windows color (decimal): -11487395 or 6141776. OLE color: 6141776.

HSL color Cylindrical-coordinate representation of color #50B75D: hue angle of 127.57º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B75D is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 183 93 -
CMYK 0.56 0 0.49 0.28
HSL 127.57º 0.42% 0.52% -
HSV(B) 127.57º 0.56% 0.72% -
XYZ 22.22 36.36 16.2 -
YUV 141.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 80 183 93 0.56 0 0.49 0.28 127.57 0.42 0.52
Hex 50 B7 5D 38 0 31 1C 80 2A 34
Octal 120 267 135 70 0 61 34 200 52 64
Binary 1010000 10110111 1011101 111000 0 110001 11100 10000000 101010 110100

Color Harmonies of #50B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B75D

Black with #50B75D

Text Example


Text Example

White with #50B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,183,93); }

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

background-color css

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

 a { background-color: rgb(80,183,93); }

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

border-color css

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

 span { border-color: rgb(80,183,93); }

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