Html Css Color HEX #3DC85C Emerald

📋 copy color: '#3DC85C'

red 61 ◦ green 200 ◦ blue 92

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

Shades of Emerald #3DC85C

Tints of Emerald #3DC85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.06%

R = 17.28%
G = 56.66%
B = 26.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#3DC85C (or 0x3DC85C) is known color: Emerald. HEX triplet: 3D, C8 and 5C. RGB value is (61,200,92). Sum of RGB (Red+Green+Blue) = 61+200+92=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 200 (78.52% from 255 or 56.66% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC85C is #C237A3. Grayscale: #929292. Windows color (decimal): -12728228 or 6080573. OLE color: 6080573.

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

Color convert

RGB 61 200 92 -
CMYK 0.69 0 0.54 0.22
HSL 133.38º 0.56% 0.51% -
HSV(B) 133.38º 0.7% 0.78% -
XYZ 24.51 43.07 17.15 -
YUV 146.13 97.45 67.28 -
System Red Green Blue C M Y K H S L
Decimal 61 200 92 0.69 0 0.54 0.22 133.38 0.56 0.51
Hex 3D C8 5C 45 0 36 16 85 38 33
Octal 75 310 134 105 0 66 26 205 70 63
Binary 111101 11001000 1011100 1000101 0 110110 10110 10000101 111000 110011

Color Harmonies of #3DC85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC85C

Black with #3DC85C

Text Example


Text Example

White with #3DC85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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