#3DD98D

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

Shades of Shamrock #3DD98D

Tints of Shamrock #3DD98D

Color information

#3DD98D (or 0x3DD98D) is unknown color: approx Shamrock. HEX triplet: 3D, D9 and 8D. RGB value is (61,217,141). Sum of RGB (Red+Green+Blue) = 61+217+141=419 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.56% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD98D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD98D is #C22672. Grayscale: #A1A1A1. Windows color (decimal): -12723827 or 9296189. OLE color: 9296189.

HSL color Cylindrical-coordinate representation of color #3DD98D: hue angle of 150.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD98D is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB61217141-
CMYK0.7200.350.15
HSL150.77º67.24%54.51%-
HSV(B)150.77º71.89%85.1%-
XYZ31.5552.5433.68-
YUV161.69116.3256.18-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.56%
GREEN value IS 217 (85.16% from 255) = 51.79%
BLUE value IS 141 (55.47% from 255) = 33.65%
R=14.56%
G=51.79%
B=33.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal612171410.7200.350.15150.7767.2454.51
Hex3DD98D48023F974337
Octal753312151100431722710367
Binary1111011101100110001101100100001000111111100101111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,217,141); }

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

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

 a { background-color: rgb(61,217,141); }

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

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

 span { border-color: rgb(61,217,141); }

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