Html Css Color HEX #3DDD81 Emerald

📋 copy color: '#3DDD81'

red 61 ◦ green 221 ◦ blue 129

#3DDD81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3DDD81

Tints of Emerald #3DDD81

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 value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#3DDD81 (or 0x3DDD81) is known color: 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

RGB 61 221 129 -
CMYK 0.72 0 0.42 0.13
HSL 145.5º 0.7% 0.55% -
HSV(B) 145.5º 0.72% 0.87% -
XYZ 31.74 54.29 29.57 -
YUV 162.67 108.99 55.48 -
System Red Green Blue C M Y K H S L
Decimal 61 221 129 0.72 0 0.42 0.13 145.5 0.7 0.55
Hex 3D DD 81 48 0 2A D 92 46 37
Octal 75 335 201 110 0 52 15 222 106 67
Binary 111101 11011101 10000001 1001000 0 101010 1101 10010010 1000110 110111

Color Harmonies of #3DDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDD81

Black with #3DDD81

Text Example


Text Example

White with #3DDD81

Text Example


Text Example

HTML Codes & Css Web 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>