#3DD686

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

Shades of Shamrock #3DD686

Tints of Shamrock #3DD686

Color information

#3DD686 (or 0x3DD686) is unknown color: approx Shamrock. HEX triplet: 3D, D6 and 86. RGB value is (61,214,134). Sum of RGB (Red+Green+Blue) = 61+214+134=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD686 is #C22979. Grayscale: #9F9F9F. Windows color (decimal): -12724602 or 8836669. OLE color: 8836669.

HSL color Cylindrical-coordinate representation of color #3DD686: hue angle of 148.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD686 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB61214134-
CMYK0.7100.370.16
HSL148.63º65.11%53.92%-
HSV(B)148.63º71.5%83.92%-
XYZ30.2750.8130.77-
YUV159.13113.8158-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.91%
GREEN value IS 214 (83.98% from 255) = 52.32%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=14.91%
G=52.32%
B=32.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612141340.7100.370.16148.6365.1153.92
Hex3DD6864702510954136
Octal753262061070452022510166
Binary11110111010110100001101000111010010110000100101011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,214,134); }

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

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

 a { background-color: rgb(61,214,134); }

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

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

 span { border-color: rgb(61,214,134); }

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