#3FCA75

Color #3FCA75 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #3FCA75

Tints of Emerald #3FCA75

Color information

#3FCA75 (or 0x3FCA75) is unknown color: approx Emerald. HEX triplet: 3F, CA and 75. RGB value is (63,202,117). Sum of RGB (Red+Green+Blue) = 63+202+117=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCA75 is #C0358A. Grayscale: #969696. Windows color (decimal): -12596619 or 7719487. OLE color: 7719487.

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

Color convert

RGB63202117-
CMYK0.6900.420.21
HSL143.31º56.73%51.96%-
HSV(B)143.31º68.81%79.22%-
XYZ26.3844.5824.04-
YUV150.75108.9565.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.49%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=16.49%
G=52.88%
B=30.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal632021170.6900.420.21143.3156.7351.96
Hex3FCA754502A158f3934
Octal77312165105052252177164
Binary111111110010101110101100010101010101010110001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FCA75;
 }
 .AnyTagClassName
 {
   color: #3FCA75;
 }
</style>
background-color css

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

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

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

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

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

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