#3FCD64

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

Shades of Emerald #3FCD64

Tints of Emerald #3FCD64

Color information

#3FCD64 (or 0x3FCD64) is unknown color: approx Emerald. HEX triplet: 3F, CD and 64. RGB value is (63,205,100). Sum of RGB (Red+Green+Blue) = 63+205+100=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 205 (80.47% from 255 or 55.71% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD64 is #C0329B. Grayscale: #969696. Windows color (decimal): -12595868 or 6606143. OLE color: 6606143.

HSL color Cylindrical-coordinate representation of color #3FCD64: hue angle of 135.63º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD64 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB63205100-
CMYK0.6900.510.20
HSL135.63º58.68%52.55%-
HSV(B)135.63º69.27%80.39%-
XYZ26.1845.6419.49-
YUV150.5799.4665.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.12%
GREEN value IS 205 (80.47% from 255) = 55.71%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=17.12%
G=55.71%
B=27.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal632051000.6900.510.20135.6358.6852.55
Hex3FCD644503314883b35
Octal77315144105063242107365
Binary111111110011011100100100010101100111010010001000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,205,100); }

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

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

 a { background-color: rgb(63,205,100); }

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

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

 span { border-color: rgb(63,205,100); }

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