Html Css Color HEX #3DD067 Emerald

📋 copy color: '#3DD067'

red 61 ◦ green 208 ◦ blue 103

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

Shades of Emerald #3DD067

Tints of Emerald #3DD067

RGB

 RED value IS 61 (24.22% from 255) = 16.4%

 GREEN value IS 208 (81.64% from 255) = 55.91%

 BLUE value IS 103 (40.63% from 255) = 27.69%

R = 16.4%
G = 55.91%
B = 27.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#3DD067 (or 0x3DD067) is known color: Emerald. HEX triplet: 3D, D0 and 67. RGB value is (61,208,103). Sum of RGB (Red+Green+Blue) = 61+208+103=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD067 is #C22F98. Grayscale: #989898. Windows color (decimal): -12726169 or 6803517. OLE color: 6803517.

HSL color Cylindrical-coordinate representation of color #3DD067: hue angle of 137.14º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD067 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 61 208 103 -
CMYK 0.71 0 0.50 0.18
HSL 137.14º 0.61% 0.53% -
HSV(B) 137.14º 0.71% 0.82% -
XYZ 26.93 47.08 20.5 -
YUV 152.08 100.3 63.04 -
System Red Green Blue C M Y K H S L
Decimal 61 208 103 0.71 0 0.50 0.18 137.14 0.61 0.53
Hex 3D D0 67 47 0 32 12 89 3D 35
Octal 75 320 147 107 0 62 22 211 75 65
Binary 111101 11010000 1100111 1000111 0 110010 10010 10001001 111101 110101

Color Harmonies of #3DD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD067

Black with #3DD067

Text Example


Text Example

White with #3DD067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,208,103); }

 H1.HeaderClassName
 {
   color: #3DD067;
 }
 .AnyTagClassName
 {
   color: #3DD067;
 }
</style>

background-color css

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

 a { background-color: rgb(61,208,103); }

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

border-color css

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

 span { border-color: rgb(61,208,103); }

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