#3FDC96

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

Shades of Shamrock #3FDC96

Tints of Shamrock #3FDC96

Color information

#3FDC96 (or 0x3FDC96) is unknown color: approx Shamrock. HEX triplet: 3F, DC and 96. RGB value is (63,220,150). Sum of RGB (Red+Green+Blue) = 63+220+150=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDC96 is #C02369. Grayscale: #A5A5A5. Windows color (decimal): -12591978 or 9886783. OLE color: 9886783.

HSL color Cylindrical-coordinate representation of color #3FDC96: hue angle of 153.25º 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 #3FDC96 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB63220150-
CMYK0.7100.320.14
HSL153.25º69.16%55.49%-
HSV(B)153.25º71.36%86.27%-
XYZ33.1554.4537.62-
YUV165.08119.4955.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.55%
GREEN value IS 220 (86.33% from 255) = 50.81%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=14.55%
G=50.81%
B=34.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal632201500.7100.320.14153.2569.1655.49
Hex3FDC9647020E994537
Octal773342261070401623110567
Binary1111111101110010010110100011101000001110100110011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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