Html Css Color HEX #3DC864 Emerald

📋 copy color: '#3DC864'

red 61 ◦ green 200 ◦ blue 100

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

Shades of Emerald #3DC864

Tints of Emerald #3DC864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.7%

R = 16.9%
G = 55.4%
B = 27.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#3DC864 (or 0x3DC864) is known color: Emerald. HEX triplet: 3D, C8 and 64. RGB value is (61,200,100). Sum of RGB (Red+Green+Blue) = 61+200+100=361 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.90% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC864 is #C2379B. Grayscale: #939393. Windows color (decimal): -12728220 or 6604861. OLE color: 6604861.

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

Color convert

RGB 61 200 100 -
CMYK 0.69 0 0.5 0.22
HSL 136.83º 0.56% 0.51% -
HSV(B) 136.83º 0.7% 0.78% -
XYZ 24.88 43.22 19.09 -
YUV 147.04 101.45 66.63 -
System Red Green Blue C M Y K H S L
Decimal 61 200 100 0.69 0 0.5 0.22 136.83 0.56 0.51
Hex 3D C8 64 45 0 32 16 89 38 33
Octal 75 310 144 105 0 62 26 211 70 63
Binary 111101 11001000 1100100 1000101 0 110010 10110 10001001 111000 110011

Color Harmonies of #3DC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC864

Black with #3DC864

Text Example


Text Example

White with #3DC864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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