Html Css Color HEX #3DCA7D Emerald

📋 copy color: '#3DCA7D'

red 61 ◦ green 202 ◦ blue 125

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

Shades of Emerald #3DCA7D

Tints of Emerald #3DCA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.06%

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 15.72%
G = 52.06%
B = 32.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#3DCA7D (or 0x3DCA7D) is known color: Emerald. HEX triplet: 3D, CA and 7D. RGB value is (61,202,125). Sum of RGB (Red+Green+Blue) = 61+202+125=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA7D is #C23582. Grayscale: #979797. Windows color (decimal): -12727683 or 8243773. OLE color: 8243773.

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

Color convert

RGB 61 202 125 -
CMYK 0.70 0 0.38 0.21
HSL 147.23º 0.57% 0.52% -
HSV(B) 147.23º 0.7% 0.79% -
XYZ 26.75 44.71 26.62 -
YUV 151.06 113.29 63.76 -
System Red Green Blue C M Y K H S L
Decimal 61 202 125 0.70 0 0.38 0.21 147.23 0.57 0.52
Hex 3D CA 7D 46 0 26 15 93 39 34
Octal 75 312 175 106 0 46 25 223 71 64
Binary 111101 11001010 1111101 1000110 0 100110 10101 10010011 111001 110100

Color Harmonies of #3DCA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCA7D

Black with #3DCA7D

Text Example


Text Example

White with #3DCA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,202,125); }

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

background-color css

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

 a { background-color: rgb(61,202,125); }

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

border-color css

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

 span { border-color: rgb(61,202,125); }

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