#50CD5B

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

Shades of Fern #50CD5B

Tints of Fern #50CD5B

Color information

#50CD5B (or 0x50CD5B) is unknown color: approx Fern. HEX triplet: 50, CD and 5B. RGB value is (80,205,91). Sum of RGB (Red+Green+Blue) = 80+205+91=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50CD5B is #AF32A4. Grayscale: #9A9A9A. Windows color (decimal): -11481765 or 6016336. OLE color: 6016336.

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

Color convert

RGB8020591-
CMYK0.6100.560.20
HSL125.28º55.56%55.88%-
HSV(B)125.28º60.98%80.39%-
XYZ27.0346.1217.38-
YUV154.6392.0974.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 205 (80.47% from 255) = 54.52%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=21.28%
G=54.52%
B=24.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal80205910.6100.560.20125.2855.5655.88
Hex50CD5B3D038147d3838
Octal12031513375070241757070
Binary10100001100110110110111111010111000101001111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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