Html Css Color HEX #3DD766 Emerald

📋 copy color: '#3DD766'

red 61 ◦ green 215 ◦ blue 102

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

Shades of Emerald #3DD766

Tints of Emerald #3DD766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.88%

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 16.14%
G = 56.88%
B = 26.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#3DD766 (or 0x3DD766) is known color: Emerald. HEX triplet: 3D, D7 and 66. RGB value is (61,215,102). Sum of RGB (Red+Green+Blue) = 61+215+102=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD766 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD766 is #C22899. Grayscale: #9C9C9C. Windows color (decimal): -12724378 or 6739773. OLE color: 6739773.

HSL color Cylindrical-coordinate representation of color #3DD766: hue angle of 135.97º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD766 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 61 215 102 -
CMYK 0.72 0 0.53 0.16
HSL 135.97º 0.66% 0.54% -
HSV(B) 135.97º 0.72% 0.84% -
XYZ 28.62 50.55 20.82 -
YUV 156.07 97.48 60.19 -
System Red Green Blue C M Y K H S L
Decimal 61 215 102 0.72 0 0.53 0.16 135.97 0.66 0.54
Hex 3D D7 66 48 0 35 10 88 42 36
Octal 75 327 146 110 0 65 20 210 102 66
Binary 111101 11010111 1100110 1001000 0 110101 10000 10001000 1000010 110110

Color Harmonies of #3DD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD766

Black with #3DD766

Text Example


Text Example

White with #3DD766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,215,102); }

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

background-color css

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

 a { background-color: rgb(61,215,102); }

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

border-color css

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

 span { border-color: rgb(61,215,102); }

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