Html Css Color HEX #3DCA65 Emerald

📋 copy color: '#3DCA65'

red 61 ◦ green 202 ◦ blue 101

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

Shades of Emerald #3DCA65

Tints of Emerald #3DCA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 16.76%
G = 55.49%
B = 27.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#3DCA65 (or 0x3DCA65) is known color: Emerald. HEX triplet: 3D, CA and 65. RGB value is (61,202,101). Sum of RGB (Red+Green+Blue) = 61+202+101=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCA65 is #C2359A. Grayscale: #949494. Windows color (decimal): -12727707 or 6670909. OLE color: 6670909.

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

Color convert

RGB 61 202 101 -
CMYK 0.70 0 0.50 0.21
HSL 137.02º 0.57% 0.52% -
HSV(B) 137.02º 0.7% 0.79% -
XYZ 25.39 44.17 19.5 -
YUV 148.33 101.29 65.71 -
System Red Green Blue C M Y K H S L
Decimal 61 202 101 0.70 0 0.50 0.21 137.02 0.57 0.52
Hex 3D CA 65 46 0 32 15 89 39 34
Octal 75 312 145 106 0 62 25 211 71 64
Binary 111101 11001010 1100101 1000110 0 110010 10101 10001001 111001 110100

Color Harmonies of #3DCA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCA65

Black with #3DCA65

Text Example


Text Example

White with #3DCA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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