#3FD396

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

Shades of Shamrock #3FD396

Tints of Shamrock #3FD396

Color information

#3FD396 (or 0x3FD396) is unknown color: approx Shamrock. HEX triplet: 3F, D3 and 96. RGB value is (63,211,150). Sum of RGB (Red+Green+Blue) = 63+211+150=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD396 is #C02C69. Grayscale: #9F9F9F. Windows color (decimal): -12594282 or 9884479. OLE color: 9884479.

HSL color Cylindrical-coordinate representation of color #3FD396: hue angle of 155.27º 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 #3FD396 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB63211150-
CMYK0.7000.290.17
HSL155.27º62.71%53.73%-
HSV(B)155.27º70.14%82.75%-
XYZ30.8549.8536.85-
YUV159.79122.4758.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.86%
GREEN value IS 211 (82.81% from 255) = 49.76%
BLUE value IS 150 (58.98% from 255) = 35.38%
R=14.86%
G=49.76%
B=35.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal632111500.7000.290.17155.2762.7153.73
Hex3FD3964601D119b3f36
Octal77323226106035212337766
Binary111111110100111001011010001100111011000110011011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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