#50C854

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

Shades of Fern #50C854

Tints of Fern #50C854

Color information

#50C854 (or 0x50C854) is unknown color: approx Fern. HEX triplet: 50, C8 and 54. RGB value is (80,200,84). Sum of RGB (Red+Green+Blue) = 80+200+84=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #50C854 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C854 is #AF37AB. Grayscale: #979797. Windows color (decimal): -11483052 or 5556304. OLE color: 5556304.

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

Color convert

RGB8020084-
CMYK0.600.580.22
HSL122º52.17%54.9%-
HSV(B)122º60%78.43%-
XYZ25.5643.6515.47-
YUV150.990.2477.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 200 (78.52% from 255) = 54.95%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=21.98%
G=54.95%
B=23.08%

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
Decimal80200840.600.580.2212252.1754.9
Hex50C8543C03A167a3437
Octal12031012474072261726467
Binary10100001100100010101001111000111010101101111010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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