Html Css Color HEX #3FDC70 Emerald

📋 copy color: '#3FDC70'

red 63 ◦ green 220 ◦ blue 112

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

Shades of Emerald #3FDC70

Tints of Emerald #3FDC70

RGB

 RED value IS 63 (25% from 255) = 15.95%

 GREEN value IS 220 (86.33% from 255) = 55.7%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 15.95%
G = 55.7%
B = 28.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#3FDC70 (or 0x3FDC70) is known color: Emerald. HEX triplet: 3F, DC and 70. RGB value is (63,220,112). Sum of RGB (Red+Green+Blue) = 63+220+112=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC70 is #C0238F. Grayscale: #A1A1A1. Windows color (decimal): -12592016 or 7396415. OLE color: 7396415.

HSL color Cylindrical-coordinate representation of color #3FDC70: hue angle of 138.73º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC70 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 63 220 112 -
CMYK 0.71 0 0.49 0.14
HSL 138.73º 0.69% 0.55% -
HSV(B) 138.73º 0.71% 0.86% -
XYZ 30.57 53.41 24.03 -
YUV 160.75 100.49 58.28 -
System Red Green Blue C M Y K H S L
Decimal 63 220 112 0.71 0 0.49 0.14 138.73 0.69 0.55
Hex 3F DC 70 47 0 31 E 8B 45 37
Octal 77 334 160 107 0 61 16 213 105 67
Binary 111111 11011100 1110000 1000111 0 110001 1110 10001011 1000101 110111

Color Harmonies of #3FDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC70

Black with #3FDC70

Text Example


Text Example

White with #3FDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,220,112); }

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

background-color css

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

 a { background-color: rgb(63,220,112); }

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

border-color css

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

 span { border-color: rgb(63,220,112); }

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