#50CD58

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

Shades of Fern #50CD58

Tints of Fern #50CD58

Color information

#50CD58 (or 0x50CD58) is unknown color: approx Fern. HEX triplet: 50, CD and 58. RGB value is (80,205,88). Sum of RGB (Red+Green+Blue) = 80+205+88=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CD58 is #AF32A7. Grayscale: #9A9A9A. Windows color (decimal): -11481768 or 5819728. OLE color: 5819728.

HSL color Cylindrical-coordinate representation of color #50CD58: hue angle of 123.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CD58 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB8020588-
CMYK0.6100.570.20
HSL123.84º55.56%55.88%-
HSV(B)123.84º60.98%80.39%-
XYZ26.946.0716.71-
YUV154.2990.5975.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 205 (80.47% from 255) = 54.96%
BLUE value IS 88 (34.77% from 255) = 23.59%
R=21.45%
G=54.96%
B=23.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80205880.6100.570.20123.8455.5655.88
Hex50CD583D039147c3838
Octal12031513075071241747070
Binary10100001100110110110001111010111001101001111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,205,88); }

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

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

 a { background-color: rgb(80,205,88); }

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

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

 span { border-color: rgb(80,205,88); }

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