Html Css Color HEX #3DE166 Emerald

📋 copy color: '#3DE166'

red 61 ◦ green 225 ◦ blue 102

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

Shades of Emerald #3DE166

Tints of Emerald #3DE166

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.99%

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

R = 15.72%
G = 57.99%
B = 26.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#3DE166 (or 0x3DE166) is known color: Emerald. HEX triplet: 3D, E1 and 66. RGB value is (61,225,102). Sum of RGB (Red+Green+Blue) = 61+225+102=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 225 (88.28% from 255 or 57.99% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE166 is #C21E99. Grayscale: #A2A2A2. Windows color (decimal): -12721818 or 6742333. OLE color: 6742333.

HSL color Cylindrical-coordinate representation of color #3DE166: hue angle of 135º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE166 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 61 225 102 -
CMYK 0.73 0 0.55 0.12
HSL 135º 0.73% 0.56% -
HSV(B) 135º 0.73% 0.88% -
XYZ 31.25 55.8 21.69 -
YUV 161.94 94.17 56 -
System Red Green Blue C M Y K H S L
Decimal 61 225 102 0.73 0 0.55 0.12 135 0.73 0.56
Hex 3D E1 66 49 0 37 C 87 49 38
Octal 75 341 146 111 0 67 14 207 111 70
Binary 111101 11100001 1100110 1001001 0 110111 1100 10000111 1001001 111000

Color Harmonies of #3DE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE166

Black with #3DE166

Text Example


Text Example

White with #3DE166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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