Html Css Color HEX #3DCA61 Emerald

📋 copy color: '#3DCA61'

red 61 ◦ green 202 ◦ blue 97

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

Shades of Emerald #3DCA61

Tints of Emerald #3DCA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.94%

R = 16.94%
G = 56.11%
B = 26.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#3DCA61 (or 0x3DCA61) is known color: Emerald. HEX triplet: 3D, CA and 61. RGB value is (61,202,97). Sum of RGB (Red+Green+Blue) = 61+202+97=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA61 is #C2359E. Grayscale: #949494. Windows color (decimal): -12727711 or 6408765. OLE color: 6408765.

HSL color Cylindrical-coordinate representation of color #3DCA61: hue angle of 135.32º 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 #3DCA61 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 61 202 97 -
CMYK 0.70 0 0.52 0.21
HSL 135.32º 0.57% 0.52% -
HSV(B) 135.32º 0.7% 0.79% -
XYZ 25.2 44.1 18.49 -
YUV 147.87 99.29 66.04 -
System Red Green Blue C M Y K H S L
Decimal 61 202 97 0.70 0 0.52 0.21 135.32 0.57 0.52
Hex 3D CA 61 46 0 34 15 87 39 34
Octal 75 312 141 106 0 64 25 207 71 64
Binary 111101 11001010 1100001 1000110 0 110100 10101 10000111 111001 110100

Color Harmonies of #3DCA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCA61

Black with #3DCA61

Text Example


Text Example

White with #3DCA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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