Html Css Color HEX #3DC97F Emerald

📋 copy color: '#3DC97F'

red 61 ◦ green 201 ◦ blue 127

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

Shades of Emerald #3DC97F

Tints of Emerald #3DC97F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.67%

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

R = 15.68%
G = 51.67%
B = 32.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#3DC97F (or 0x3DC97F) is known color: Emerald. HEX triplet: 3D, C9 and 7F. RGB value is (61,201,127). Sum of RGB (Red+Green+Blue) = 61+201+127=389 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.68% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC97F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC97F is #C23680. Grayscale: #969696. Windows color (decimal): -12727937 or 8374589. OLE color: 8374589.

HSL color Cylindrical-coordinate representation of color #3DC97F: hue angle of 148.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC97F is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 201 127 -
CMYK 0.70 0 0.37 0.21
HSL 148.29º 0.56% 0.51% -
HSV(B) 148.29º 0.7% 0.79% -
XYZ 26.64 44.3 27.22 -
YUV 150.7 114.62 64.02 -
System Red Green Blue C M Y K H S L
Decimal 61 201 127 0.70 0 0.37 0.21 148.29 0.56 0.51
Hex 3D C9 7F 46 0 25 15 94 38 33
Octal 75 311 177 106 0 45 25 224 70 63
Binary 111101 11001001 1111111 1000110 0 100101 10101 10010100 111000 110011

Color Harmonies of #3DC97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC97F

Black with #3DC97F

Text Example


Text Example

White with #3DC97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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