Html Css Color HEX #50BF64 Fern

📋 copy color: '#50BF64'

red 80 ◦ green 191 ◦ blue 100

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

Shades of Fern #50BF64

Tints of Fern #50BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 51.48%

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 21.56%
G = 51.48%
B = 26.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#50BF64 (or 0x50BF64) is known color: Fern. HEX triplet: 50, BF and 64. RGB value is (80,191,100). Sum of RGB (Red+Green+Blue) = 80+191+100=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BF64 is #AF409B. Grayscale: #939393. Windows color (decimal): -11485340 or 6602576. OLE color: 6602576.

HSL color Cylindrical-coordinate representation of color #50BF64: hue angle of 130.81º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF64 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 191 100 -
CMYK 0.58 0 0.48 0.25
HSL 130.81º 0.46% 0.53% -
HSV(B) 130.81º 0.58% 0.75% -
XYZ 24.24 39.89 18.48 -
YUV 147.44 101.23 79.9 -
System Red Green Blue C M Y K H S L
Decimal 80 191 100 0.58 0 0.48 0.25 130.81 0.46 0.53
Hex 50 BF 64 3A 0 30 19 83 2E 35
Octal 120 277 144 72 0 60 31 203 56 65
Binary 1010000 10111111 1100100 111010 0 110000 11001 10000011 101110 110101

Color Harmonies of #50BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BF64

Black with #50BF64

Text Example


Text Example

White with #50BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,100); }

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

background-color css

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

 a { background-color: rgb(80,191,100); }

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

border-color css

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

 span { border-color: rgb(80,191,100); }

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