Html Css Color HEX #3DC882 Emerald

📋 copy color: '#3DC882'

red 61 ◦ green 200 ◦ blue 130

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

Shades of Emerald #3DC882

Tints of Emerald #3DC882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.25%

R = 15.6%
G = 51.15%
B = 33.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#3DC882 (or 0x3DC882) is known color: Emerald. HEX triplet: 3D, C8 and 82. RGB value is (61,200,130). Sum of RGB (Red+Green+Blue) = 61+200+130=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC882 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC882 is #C2377D. Grayscale: #969696. Windows color (decimal): -12728190 or 8570941. OLE color: 8570941.

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

Color convert

RGB 61 200 130 -
CMYK 0.69 0 0.35 0.22
HSL 149.78º 0.56% 0.51% -
HSV(B) 149.78º 0.7% 0.78% -
XYZ 26.61 43.91 28.19 -
YUV 150.46 116.45 64.19 -
System Red Green Blue C M Y K H S L
Decimal 61 200 130 0.69 0 0.35 0.22 149.78 0.56 0.51
Hex 3D C8 82 45 0 23 16 96 38 33
Octal 75 310 202 105 0 43 26 226 70 63
Binary 111101 11001000 10000010 1000101 0 100011 10110 10010110 111000 110011

Color Harmonies of #3DC882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC882

Black with #3DC882

Text Example


Text Example

White with #3DC882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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