#3FD493

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

Shades of Shamrock #3FD493

Tints of Shamrock #3FD493

Color information

#3FD493 (or 0x3FD493) is unknown color: approx Shamrock. HEX triplet: 3F, D4 and 93. RGB value is (63,212,147). Sum of RGB (Red+Green+Blue) = 63+212+147=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD493 is #C02B6C. Grayscale: #A0A0A0. Windows color (decimal): -12594029 or 9688127. OLE color: 9688127.

HSL color Cylindrical-coordinate representation of color #3FD493: hue angle of 153.83º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD493 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB63212147-
CMYK0.7000.310.17
HSL153.83º63.4%53.92%-
HSV(B)153.83º70.28%83.14%-
XYZ30.8650.2535.68-
YUV160.04120.6458.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.93%
GREEN value IS 212 (83.20% from 255) = 50.24%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=14.93%
G=50.24%
B=34.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal632121470.7000.310.17153.8363.453.92
Hex3FD4934601F119a3f36
Octal77324223106037212327766
Binary111111110101001001001110001100111111000110011010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,212,147); }

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

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

 a { background-color: rgb(63,212,147); }

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

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

 span { border-color: rgb(63,212,147); }

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