Html Css Color HEX #3DCD62 Emerald

📋 copy color: '#3DCD62'

red 61 ◦ green 205 ◦ blue 98

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

Shades of Emerald #3DCD62

Tints of Emerald #3DCD62

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.32%

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 16.76%
G = 56.32%
B = 26.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#3DCD62 (or 0x3DCD62) is known color: Emerald. HEX triplet: 3D, CD and 62. RGB value is (61,205,98). Sum of RGB (Red+Green+Blue) = 61+205+98=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD62 is #C2329D. Grayscale: #969696. Windows color (decimal): -12726942 or 6475069. OLE color: 6475069.

HSL color Cylindrical-coordinate representation of color #3DCD62: hue angle of 135.42º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCD62 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 61 205 98 -
CMYK 0.70 0 0.52 0.20
HSL 135.42º 0.59% 0.52% -
HSV(B) 135.42º 0.7% 0.8% -
XYZ 25.96 45.54 18.98 -
YUV 149.75 98.79 64.7 -
System Red Green Blue C M Y K H S L
Decimal 61 205 98 0.70 0 0.52 0.20 135.42 0.59 0.52
Hex 3D CD 62 46 0 34 14 87 3B 34
Octal 75 315 142 106 0 64 24 207 73 64
Binary 111101 11001101 1100010 1000110 0 110100 10100 10000111 111011 110100

Color Harmonies of #3DCD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCD62

Black with #3DCD62

Text Example


Text Example

White with #3DCD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,205,98); }

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

background-color css

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

 a { background-color: rgb(61,205,98); }

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

border-color css

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

 span { border-color: rgb(61,205,98); }

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