#50C855

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

Shades of Fern #50C855

Tints of Fern #50C855

Color information

#50C855 (or 0x50C855) is unknown color: approx Fern. HEX triplet: 50, C8 and 55. RGB value is (80,200,85). Sum of RGB (Red+Green+Blue) = 80+200+85=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #50C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C855 is #AF37AA. Grayscale: #979797. Windows color (decimal): -11483051 or 5621840. OLE color: 5621840.

HSL color Cylindrical-coordinate representation of color #50C855: hue angle of 122.5º degrees, saturation: 0.52, 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 #50C855 is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB8020085-
CMYK0.600.580.22
HSL122.5º52.17%54.9%-
HSV(B)122.5º60%78.43%-
XYZ25.643.6715.67-
YUV151.0190.7477.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 200 (78.52% from 255) = 54.79%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=21.92%
G=54.79%
B=23.29%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80200850.600.580.22122.552.1754.9
Hex50C8553C03A167a3437
Octal12031012574072261726467
Binary10100001100100010101011111000111010101101111010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,200,85); }

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

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

 a { background-color: rgb(80,200,85); }

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

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

 span { border-color: rgb(80,200,85); }

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