#3DDD81

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

Shades of Emerald #3DDD81

Tints of Emerald #3DDD81

Color information

#3DDD81 (or 0x3DDD81) is unknown color: approx Emerald. HEX triplet: 3D, DD and 81. RGB value is (61,221,129). Sum of RGB (Red+Green+Blue) = 61+221+129=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDD81 is #C2227E. Grayscale: #A2A2A2. Windows color (decimal): -12722815 or 8510781. OLE color: 8510781.

HSL color Cylindrical-coordinate representation of color #3DDD81: hue angle of 145.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD81 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB61221129-
CMYK0.7200.420.13
HSL145.5º70.18%55.29%-
HSV(B)145.5º72.4%86.67%-
XYZ31.7454.2929.57-
YUV162.67108.9955.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.84%
GREEN value IS 221 (86.72% from 255) = 53.77%
BLUE value IS 129 (50.78% from 255) = 31.39%
R=14.84%
G=53.77%
B=31.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612211290.7200.420.13145.570.1855.29
Hex3DDD814802AD924637
Octal753352011100521522210667
Binary1111011101110110000001100100001010101101100100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,221,129); }

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

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

 a { background-color: rgb(61,221,129); }

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

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

 span { border-color: rgb(61,221,129); }

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