Html Css Color HEX #3DDA7F Emerald

📋 copy color: '#3DDA7F'

red 61 ◦ green 218 ◦ blue 127

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

Shades of Emerald #3DDA7F

Tints of Emerald #3DDA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.69%

 BLUE value IS 127 (50% from 255) = 31.28%

R = 15.02%
G = 53.69%
B = 31.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#3DDA7F (or 0x3DDA7F) is known color: Emerald. HEX triplet: 3D, DA and 7F. RGB value is (61,218,127). Sum of RGB (Red+Green+Blue) = 61+218+127=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA7F is #C22580. Grayscale: #A0A0A0. Windows color (decimal): -12723585 or 8378941. OLE color: 8378941.

HSL color Cylindrical-coordinate representation of color #3DDA7F: hue angle of 145.22º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA7F is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 218 127 -
CMYK 0.72 0 0.42 0.15
HSL 145.22º 0.68% 0.55% -
HSV(B) 145.22º 0.72% 0.85% -
XYZ 30.83 52.67 28.62 -
YUV 160.68 108.99 56.9 -
System Red Green Blue C M Y K H S L
Decimal 61 218 127 0.72 0 0.42 0.15 145.22 0.68 0.55
Hex 3D DA 7F 48 0 2A F 91 44 37
Octal 75 332 177 110 0 52 17 221 104 67
Binary 111101 11011010 1111111 1001000 0 101010 1111 10010001 1000100 110111

Color Harmonies of #3DDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDA7F

Black with #3DDA7F

Text Example


Text Example

White with #3DDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,218,127); }

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

background-color css

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

 a { background-color: rgb(61,218,127); }

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

border-color css

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

 span { border-color: rgb(61,218,127); }

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