#50cd59

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

Shades of Fern #50CD59

Tints of Fern #50CD59

Color information

#50CD59 (or 0x50CD59) is unknown color: approx Fern. HEX triplet: 50, CD and 59. RGB value is (80,205,89). Sum of RGB (Red+Green+Blue) = 80+205+89=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 205 (80.47% from 255 or 54.81% from 374); Blue value is 89 (35.16% from 255 or 23.80% from 374); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CD59 is #AF32A6. Grayscale: #9A9A9A. Windows color (decimal): -11481767 or 5885264. OLE color: 5885264.

HSL color Cylindrical-coordinate representation of color #50CD59: hue angle of 124.32º 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 #50CD59 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB8020589-
CMYK0.6100.570.20
HSL124.32º55.56%55.88%-
HSV(B)124.32º60.98%80.39%-
XYZ26.9446.0916.93-
YUV154.491.0974.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 205 (80.47% from 255) = 54.81%
BLUE value IS 89 (35.16% from 255) = 23.80%
R=21.39%
G=54.81%
B=23.80%

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
Decimal80205890.6100.570.20124.3255.5655.88
Hex50CD593D039147c3838
Octal12031513175071241747070
Binary10100001100110110110011111010111001101001111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50cd59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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