Html Css Color HEX #50B460 Fern

📋 copy color: '#50B460'

red 80 ◦ green 180 ◦ blue 96

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

Shades of Fern #50B460

Tints of Fern #50B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 22.47%
G = 50.56%
B = 26.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#50B460 (or 0x50B460) is known color: Fern. HEX triplet: 50, B4 and 60. RGB value is (80,180,96). Sum of RGB (Red+Green+Blue) = 80+180+96=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #50B460 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B460 is #AF4B9F. Grayscale: #8C8C8C. Windows color (decimal): -11488160 or 6337616. OLE color: 6337616.

HSL color Cylindrical-coordinate representation of color #50B460: hue angle of 129.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B460 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 180 96 -
CMYK 0.56 0 0.47 0.29
HSL 129.6º 0.4% 0.51% -
HSV(B) 129.6º 0.56% 0.71% -
XYZ 21.74 35.19 16.71 -
YUV 140.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 80 180 96 0.56 0 0.47 0.29 129.6 0.4 0.51
Hex 50 B4 60 38 0 2F 1D 82 28 33
Octal 120 264 140 70 0 57 35 202 50 63
Binary 1010000 10110100 1100000 111000 0 101111 11101 10000010 101000 110011

Color Harmonies of #50B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B460

Black with #50B460

Text Example


Text Example

White with #50B460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,180,96); }

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

background-color css

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

 a { background-color: rgb(80,180,96); }

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

border-color css

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

 span { border-color: rgb(80,180,96); }

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