Html Css Color HEX #3FCA70 Emerald

📋 copy color: '#3FCA70'

red 63 ◦ green 202 ◦ blue 112

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

Shades of Emerald #3FCA70

Tints of Emerald #3FCA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.58%

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

R = 16.71%
G = 53.58%
B = 29.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#3FCA70 (or 0x3FCA70) is known color: Emerald. HEX triplet: 3F, CA and 70. RGB value is (63,202,112). Sum of RGB (Red+Green+Blue) = 63+202+112=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCA70 is #C0358F. Grayscale: #969696. Windows color (decimal): -12596624 or 7391807. OLE color: 7391807.

HSL color Cylindrical-coordinate representation of color #3FCA70: hue angle of 141.15º degrees, saturation: 0.57, 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 #3FCA70 is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 202 112 -
CMYK 0.69 0 0.45 0.21
HSL 141.15º 0.57% 0.52% -
HSV(B) 141.15º 0.69% 0.79% -
XYZ 26.1 44.47 22.54 -
YUV 150.18 106.45 65.82 -
System Red Green Blue C M Y K H S L
Decimal 63 202 112 0.69 0 0.45 0.21 141.15 0.57 0.52
Hex 3F CA 70 45 0 2D 15 8D 39 34
Octal 77 312 160 105 0 55 25 215 71 64
Binary 111111 11001010 1110000 1000101 0 101101 10101 10001101 111001 110100

Color Harmonies of #3FCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCA70

Black with #3FCA70

Text Example


Text Example

White with #3FCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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