#3ddb8e

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

Shades of Shamrock #3DDB8E

Tints of Shamrock #3DDB8E

Color information

#3DDB8E (or 0x3DDB8E) is unknown color: approx Shamrock. HEX triplet: 3D, DB and 8E. RGB value is (61,219,142). Sum of RGB (Red+Green+Blue) = 61+219+142=422 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.45% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDB8E is #C22471. Grayscale: #A3A3A3. Windows color (decimal): -12723314 or 9362237. OLE color: 9362237.

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

Color convert

RGB61219142-
CMYK0.7200.350.14
HSL150.76º68.7%54.9%-
HSV(B)150.76º72.15%85.88%-
XYZ32.1453.6134.24-
YUV162.98116.1555.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.45%
GREEN value IS 219 (85.94% from 255) = 51.90%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=14.45%
G=51.90%
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.14
SystemRedGreenBlueCMYKHSL
Decimal612191420.7200.350.14150.7668.754.9
Hex3DDB8E48023E974537
Octal753332161100431622710567
Binary1111011101101110001110100100001000111110100101111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ddb8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,219,142); }

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

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

 a { background-color: rgb(61,219,142); }

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

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

 span { border-color: rgb(61,219,142); }

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