#3FD480

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

Shades of Emerald #3FD480

Tints of Emerald #3FD480

Color information

#3FD480 (or 0x3FD480) is unknown color: approx Emerald. HEX triplet: 3F, D4 and 80. RGB value is (63,212,128). Sum of RGB (Red+Green+Blue) = 63+212+128=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #3FD480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD480 is #C02B7F. Grayscale: #9E9E9E. Windows color (decimal): -12594048 or 8442943. OLE color: 8442943.

HSL color Cylindrical-coordinate representation of color #3FD480: hue angle of 146.17º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD480 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB63212128-
CMYK0.7000.400.17
HSL146.17º63.4%53.92%-
HSV(B)146.17º70.28%83.14%-
XYZ29.4949.728.46-
YUV157.87111.1460.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.63%
GREEN value IS 212 (83.20% from 255) = 52.61%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=15.63%
G=52.61%
B=31.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal632121280.7000.400.17146.1763.453.92
Hex3FD4804602811923f36
Octal77324200106050212227766
Binary1111111101010010000000100011001010001000110010010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,212,128); }

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

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

 a { background-color: rgb(63,212,128); }

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

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

 span { border-color: rgb(63,212,128); }

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