Html Css Color HEX #3FC970 Emerald

📋 copy color: '#3FC970'

red 63 ◦ green 201 ◦ blue 112

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

Shades of Emerald #3FC970

Tints of Emerald #3FC970

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.46%

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

R = 16.76%
G = 53.46%
B = 29.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#3FC970 (or 0x3FC970) is known color: Emerald. HEX triplet: 3F, C9 and 70. RGB value is (63,201,112). Sum of RGB (Red+Green+Blue) = 63+201+112=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC970 is #C0368F. Grayscale: #959595. Windows color (decimal): -12596880 or 7391551. OLE color: 7391551.

HSL color Cylindrical-coordinate representation of color #3FC970: hue angle of 141.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC970 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 201 112 -
CMYK 0.69 0 0.44 0.21
HSL 141.3º 0.56% 0.52% -
HSV(B) 141.3º 0.69% 0.79% -
XYZ 25.86 44 22.46 -
YUV 149.59 106.78 66.24 -
System Red Green Blue C M Y K H S L
Decimal 63 201 112 0.69 0 0.44 0.21 141.3 0.56 0.52
Hex 3F C9 70 45 0 2C 15 8D 38 34
Octal 77 311 160 105 0 54 25 215 70 64
Binary 111111 11001001 1110000 1000101 0 101100 10101 10001101 111000 110100

Color Harmonies of #3FC970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC970

Black with #3FC970

Text Example


Text Example

White with #3FC970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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