Html Css Color HEX #50D152 Fern

📋 copy color: '#50D152'

red 80 ◦ green 209 ◦ blue 82

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

Shades of Fern #50D152

Tints of Fern #50D152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.33%

 BLUE value IS 82 (32.42% from 255) = 22.1%

R = 21.56%
G = 56.33%
B = 22.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#50D152 (or 0x50D152) is known color: Fern. HEX triplet: 50, D1 and 52. RGB value is (80,209,82). Sum of RGB (Red+Green+Blue) = 80+209+82=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #50D152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D152 is #AF2EAD. Grayscale: #9C9C9C. Windows color (decimal): -11480750 or 5427536. OLE color: 5427536.

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

Color convert

RGB 80 209 82 -
CMYK 0.62 0 0.61 0.18
HSL 120.93º 0.58% 0.57% -
HSV(B) 120.93º 0.62% 0.82% -
XYZ 27.63 47.92 15.77 -
YUV 155.95 86.26 73.83 -
System Red Green Blue C M Y K H S L
Decimal 80 209 82 0.62 0 0.61 0.18 120.93 0.58 0.57
Hex 50 D1 52 3E 0 3D 12 79 3A 39
Octal 120 321 122 76 0 75 22 171 72 71
Binary 1010000 11010001 1010010 111110 0 111101 10010 1111001 111010 111001

Color Harmonies of #50D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D152

Black with #50D152

Text Example


Text Example

White with #50D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,82); }

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

background-color css

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

 a { background-color: rgb(80,209,82); }

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

border-color css

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

 span { border-color: rgb(80,209,82); }

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