#2FD86A

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

Shades of Emerald #2FD86A

Tints of Emerald #2FD86A

Color information

#2FD86A (or 0x2FD86A) is unknown color: approx Emerald. HEX triplet: 2F, D8 and 6A. RGB value is (47,216,106). Sum of RGB (Red+Green+Blue) = 47+216+106=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD86A is #D02795. Grayscale: #999999. Windows color (decimal): -13641622 or 7002159. OLE color: 7002159.

HSL color Cylindrical-coordinate representation of color #2FD86A: hue angle of 140.95º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD86A is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB47216106-
CMYK0.7800.510.15
HSL140.95º68.42%51.57%-
HSV(B)140.95º78.24%84.71%-
XYZ28.3350.7621.94-
YUV152.93101.5152.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.74%
GREEN value IS 216 (84.77% from 255) = 58.54%
BLUE value IS 106 (41.80% from 255) = 28.73%
R=12.74%
G=58.54%
B=28.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal472161060.7800.510.15140.9568.4251.57
Hex2FD86A4E033F8d4434
Octal573301521160631721510464
Binary101111110110001101010100111001100111111100011011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FD86A; }

 p { color: rgb(47,216,106); }

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

<style>
 a { background-color: #2FD86A; }

 a { background-color: rgb(47,216,106); }

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

<style>
 span { border-color: #2FD86A; }

 span { border-color: rgb(47,216,106); }

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