Html Css Color HEX #50D051 Fern

📋 copy color: '#50D051'

red 80 ◦ green 208 ◦ blue 81

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

Shades of Fern #50D051

Tints of Fern #50D051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.95%

R = 21.68%
G = 56.37%
B = 21.95%

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

#50D051 (or 0x50D051) is known color: Fern. HEX triplet: 50, D0 and 51. RGB value is (80,208,81). Sum of RGB (Red+Green+Blue) = 80+208+81=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #50D051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D051 is #AF2FAE. Grayscale: #9B9B9B. Windows color (decimal): -11481007 or 5361744. OLE color: 5361744.

HSL color Cylindrical-coordinate representation of color #50D051: hue angle of 120.47º 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 #50D051 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 81 -
CMYK 0.62 0 0.61 0.18
HSL 120.47º 0.58% 0.56% -
HSV(B) 120.47º 0.62% 0.82% -
XYZ 27.35 47.41 15.49 -
YUV 155.25 86.09 74.33 -
System Red Green Blue C M Y K H S L
Decimal 80 208 81 0.62 0 0.61 0.18 120.47 0.58 0.56
Hex 50 D0 51 3E 0 3D 12 78 3A 38
Octal 120 320 121 76 0 75 22 170 72 70
Binary 1010000 11010000 1010001 111110 0 111101 10010 1111000 111010 111000

Color Harmonies of #50D051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D051

Black with #50D051

Text Example


Text Example

White with #50D051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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