Html Css Color HEX #3DC85E Emerald

📋 copy color: '#3DC85E'

red 61 ◦ green 200 ◦ blue 94

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

Shades of Emerald #3DC85E

Tints of Emerald #3DC85E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.34%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 17.18%
G = 56.34%
B = 26.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#3DC85E (or 0x3DC85E) is known color: Emerald. HEX triplet: 3D, C8 and 5E. RGB value is (61,200,94). Sum of RGB (Red+Green+Blue) = 61+200+94=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC85E is #C237A1. Grayscale: #929292. Windows color (decimal): -12728226 or 6211645. OLE color: 6211645.

HSL color Cylindrical-coordinate representation of color #3DC85E: hue angle of 134.24º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC85E is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 200 94 -
CMYK 0.69 0 0.53 0.22
HSL 134.24º 0.56% 0.51% -
HSV(B) 134.24º 0.7% 0.78% -
XYZ 24.6 43.11 17.61 -
YUV 146.36 98.45 67.12 -
System Red Green Blue C M Y K H S L
Decimal 61 200 94 0.69 0 0.53 0.22 134.24 0.56 0.51
Hex 3D C8 5E 45 0 35 16 86 38 33
Octal 75 310 136 105 0 65 26 206 70 63
Binary 111101 11001000 1011110 1000101 0 110101 10110 10000110 111000 110011

Color Harmonies of #3DC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC85E

Black with #3DC85E

Text Example


Text Example

White with #3DC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,200,94); }

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

background-color css

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

 a { background-color: rgb(61,200,94); }

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

border-color css

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

 span { border-color: rgb(61,200,94); }

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