#3FDC8C

Color #3FDC8C Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3FDC8C

Tints of Shamrock #3FDC8C

Color information

#3FDC8C (or 0x3FDC8C) is unknown color: approx Shamrock. HEX triplet: 3F, DC and 8C. RGB value is (63,220,140). Sum of RGB (Red+Green+Blue) = 63+220+140=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC8C is #C02373. Grayscale: #A4A4A4. Windows color (decimal): -12591988 or 9231423. OLE color: 9231423.

HSL color Cylindrical-coordinate representation of color #3FDC8C: hue angle of 149.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC8C is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB63220140-
CMYK0.7100.360.14
HSL149.43º69.16%55.49%-
HSV(B)149.43º71.36%86.27%-
XYZ32.3854.1433.55-
YUV163.94114.4956-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.89%
GREEN value IS 220 (86.33% from 255) = 52.01%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=14.89%
G=52.01%
B=33.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632201400.7100.360.14149.4369.1655.49
Hex3FDC8C47024E954537
Octal773342141070441622510567
Binary1111111101110010001100100011101001001110100101011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FDC8C; }

 p { color: rgb(63,220,140); }

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

<style>
 a { background-color: #3FDC8C; }

 a { background-color: rgb(63,220,140); }

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

<style>
 span { border-color: #3FDC8C; }

 span { border-color: rgb(63,220,140); }

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