Html Css Color HEX #3DCC78 Emerald

📋 copy color: '#3DCC78'

red 61 ◦ green 204 ◦ blue 120

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

Shades of Emerald #3DCC78

Tints of Emerald #3DCC78

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.99%

 BLUE value IS 120 (47.27% from 255) = 31.17%

R = 15.84%
G = 52.99%
B = 31.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#3DCC78 (or 0x3DCC78) is known color: Emerald. HEX triplet: 3D, CC and 78. RGB value is (61,204,120). Sum of RGB (Red+Green+Blue) = 61+204+120=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #3DCC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCC78 is #C23387. Grayscale: #979797. Windows color (decimal): -12727176 or 7916605. OLE color: 7916605.

HSL color Cylindrical-coordinate representation of color #3DCC78: hue angle of 144.76º degrees, saturation: 0.58, 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 #3DCC78 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 61 204 120 -
CMYK 0.70 0 0.41 0.2
HSL 144.76º 0.58% 0.52% -
HSV(B) 144.76º 0.7% 0.8% -
XYZ 26.91 45.53 25.14 -
YUV 151.67 110.12 63.33 -
System Red Green Blue C M Y K H S L
Decimal 61 204 120 0.70 0 0.41 0.2 144.76 0.58 0.52
Hex 3D CC 78 46 0 29 14 91 3A 34
Octal 75 314 170 106 0 51 24 221 72 64
Binary 111101 11001100 1111000 1000110 0 101001 10100 10010001 111010 110100

Color Harmonies of #3DCC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DCC78

Black with #3DCC78

Text Example


Text Example

White with #3DCC78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,204,120); }

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

background-color css

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

 a { background-color: rgb(61,204,120); }

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

border-color css

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

 span { border-color: rgb(61,204,120); }

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