Html Css Color HEX #3DCA5D Emerald

📋 copy color: '#3DCA5D'

red 61 ◦ green 202 ◦ blue 93

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

Shades of Emerald #3DCA5D

Tints of Emerald #3DCA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 17.13%
G = 56.74%
B = 26.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#3DCA5D (or 0x3DCA5D) is known color: Emerald. HEX triplet: 3D, CA and 5D. RGB value is (61,202,93). Sum of RGB (Red+Green+Blue) = 61+202+93=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA5D is #C235A2. Grayscale: #939393. Windows color (decimal): -12727715 or 6146621. OLE color: 6146621.

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

Color convert

RGB 61 202 93 -
CMYK 0.70 0 0.54 0.21
HSL 133.62º 0.57% 0.52% -
HSV(B) 133.62º 0.7% 0.79% -
XYZ 25.02 44.02 17.53 -
YUV 147.42 97.29 66.36 -
System Red Green Blue C M Y K H S L
Decimal 61 202 93 0.70 0 0.54 0.21 133.62 0.57 0.52
Hex 3D CA 5D 46 0 36 15 86 39 34
Octal 75 312 135 106 0 66 25 206 71 64
Binary 111101 11001010 1011101 1000110 0 110110 10101 10000110 111001 110100

Color Harmonies of #3DCA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCA5D

Black with #3DCA5D

Text Example


Text Example

White with #3DCA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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