#50C654

Color #50C654 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #50C654

Tints of Fern #50C654

Color information

#50C654 (or 0x50C654) is unknown color: approx Fern. HEX triplet: 50, C6 and 54. RGB value is (80,198,84). Sum of RGB (Red+Green+Blue) = 80+198+84=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 198 (77.73% from 255 or 54.70% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 198 - color contains mainly: green. Hex color #50C654 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C654 is #AF39AB. Grayscale: #969696. Windows color (decimal): -11483564 or 5555792. OLE color: 5555792.

HSL color Cylindrical-coordinate representation of color #50C654: hue angle of 122.03º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C654 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB8019884-
CMYK0.6000.580.22
HSL122.03º50.86%54.51%-
HSV(B)122.03º59.6%77.65%-
XYZ25.142.7315.31-
YUV149.7290.9178.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 198 (77.73% from 255) = 54.70%
BLUE value IS 84 (33.20% from 255) = 23.20%
R=22.10%
G=54.70%
B=23.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80198840.6000.580.22122.0350.8654.51
Hex50C6543C03A167a3337
Octal12030612474072261726367
Binary10100001100011010101001111000111010101101111010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,198,84); }

 H1.HeaderClassName
 {
   color: #50C654;
 }
 .AnyTagClassName
 {
   color: #50C654;
 }
</style>
background-color css

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

 a { background-color: rgb(80,198,84); }

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

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

 span { border-color: rgb(80,198,84); }

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