#3FD081

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

Shades of Emerald #3FD081

Tints of Emerald #3FD081

Color information

#3FD081 (or 0x3FD081) is unknown color: approx Emerald. HEX triplet: 3F, D0 and 81. RGB value is (63,208,129). Sum of RGB (Red+Green+Blue) = 63+208+129=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD081 is #C02F7E. Grayscale: #9B9B9B. Windows color (decimal): -12595071 or 8507455. OLE color: 8507455.

HSL color Cylindrical-coordinate representation of color #3FD081: hue angle of 147.31º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD081 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB63208129-
CMYK0.7000.380.18
HSL147.31º60.67%53.14%-
HSV(B)147.31º69.71%81.57%-
XYZ28.5747.7528.48-
YUV155.64112.9661.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.75%
GREEN value IS 208 (81.64% from 255) = 52%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=15.75%
G=52%
B=32.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal632081290.7000.380.18147.3160.6753.14
Hex3FD0814602612933d35
Octal77320201106046222237565
Binary1111111101000010000001100011001001101001010010011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,208,129); }

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

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

 a { background-color: rgb(63,208,129); }

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

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

 span { border-color: rgb(63,208,129); }

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