Html Css Color HEX #3FDC66 Emerald

📋 copy color: '#3FDC66'

red 63 ◦ green 220 ◦ blue 102

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

Shades of Emerald #3FDC66

Tints of Emerald #3FDC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 16.36%
G = 57.14%
B = 26.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#3FDC66 (or 0x3FDC66) is known color: Emerald. HEX triplet: 3F, DC and 66. RGB value is (63,220,102). Sum of RGB (Red+Green+Blue) = 63+220+102=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC66 is #C02399. Grayscale: #9F9F9F. Windows color (decimal): -12592026 or 6741055. OLE color: 6741055.

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

Color convert

RGB 63 220 102 -
CMYK 0.71 0 0.54 0.14
HSL 134.9º 0.69% 0.55% -
HSV(B) 134.9º 0.71% 0.86% -
XYZ 30.04 53.2 21.26 -
YUV 159.61 95.49 59.09 -
System Red Green Blue C M Y K H S L
Decimal 63 220 102 0.71 0 0.54 0.14 134.9 0.69 0.55
Hex 3F DC 66 47 0 36 E 87 45 37
Octal 77 334 146 107 0 66 16 207 105 67
Binary 111111 11011100 1100110 1000111 0 110110 1110 10000111 1000101 110111

Color Harmonies of #3FDC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC66

Black with #3FDC66

Text Example


Text Example

White with #3FDC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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