#3DD68F

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

Shades of Shamrock #3DD68F

Tints of Shamrock #3DD68F

Color information

#3DD68F (or 0x3DD68F) is unknown color: approx Shamrock. HEX triplet: 3D, D6 and 8F. RGB value is (61,214,143). Sum of RGB (Red+Green+Blue) = 61+214+143=418 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.59% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD68F is #C22970. Grayscale: #A0A0A0. Windows color (decimal): -12724593 or 9426493. OLE color: 9426493.

HSL color Cylindrical-coordinate representation of color #3DD68F: hue angle of 152.16º 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 #3DD68F is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB61214143-
CMYK0.7100.330.16
HSL152.16º65.11%53.92%-
HSV(B)152.16º71.5%83.92%-
XYZ30.9351.0734.21-
YUV160.16118.3157.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.59%
GREEN value IS 214 (83.98% from 255) = 51.20%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=14.59%
G=51.20%
B=34.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612141430.7100.330.16152.1665.1153.92
Hex3DD68F4702110984136
Octal753262171070412023010166
Binary11110111010110100011111000111010000110000100110001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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