Html Css Color HEX #3DD365 Emerald

📋 copy color: '#3DD365'

red 61 ◦ green 211 ◦ blue 101

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

Shades of Emerald #3DD365

Tints of Emerald #3DD365

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.57%

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 16.35%
G = 56.57%
B = 27.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#3DD365 (or 0x3DD365) is known color: Emerald. HEX triplet: 3D, D3 and 65. RGB value is (61,211,101). Sum of RGB (Red+Green+Blue) = 61+211+101=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 211 (82.81% from 255 or 56.57% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 211 - color contains mainly: green. Hex color #3DD365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD365 is #C22C9A. Grayscale: #999999. Windows color (decimal): -12725403 or 6673213. OLE color: 6673213.

HSL color Cylindrical-coordinate representation of color #3DD365: hue angle of 136º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD365 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 61 211 101 -
CMYK 0.71 0 0.52 0.17
HSL 136º 0.63% 0.53% -
HSV(B) 136º 0.71% 0.83% -
XYZ 27.57 48.52 20.22 -
YUV 153.61 98.31 61.94 -
System Red Green Blue C M Y K H S L
Decimal 61 211 101 0.71 0 0.52 0.17 136 0.63 0.53
Hex 3D D3 65 47 0 34 11 88 3F 35
Octal 75 323 145 107 0 64 21 210 77 65
Binary 111101 11010011 1100101 1000111 0 110100 10001 10001000 111111 110101

Color Harmonies of #3DD365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD365

Black with #3DD365

Text Example


Text Example

White with #3DD365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,211,101); }

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

background-color css

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

 a { background-color: rgb(61,211,101); }

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

border-color css

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

 span { border-color: rgb(61,211,101); }

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