Html Css Color HEX #2FD86D Emerald

📋 copy color: '#2FD86D'

red 47 ◦ green 216 ◦ blue 109

#2FD86D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #2FD86D

Tints of Emerald #2FD86D

RGB

 RED value IS 47 (18.75% from 255) = 12.63%

 GREEN value IS 216 (84.77% from 255) = 58.06%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 12.63%
G = 58.06%
B = 29.3%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#2FD86D (or 0x2FD86D) is known color: Emerald. HEX triplet: 2F, D8 and 6D. RGB value is (47,216,109). Sum of RGB (Red+Green+Blue) = 47+216+109=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD86D is #D02792. Grayscale: #999999. Windows color (decimal): -13641619 or 7198767. OLE color: 7198767.

HSL color Cylindrical-coordinate representation of color #2FD86D: hue angle of 142.01º 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 #2FD86D is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 109 -
CMYK 0.78 0 0.50 0.15
HSL 142.01º 0.68% 0.52% -
HSV(B) 142.01º 0.78% 0.85% -
XYZ 28.49 50.82 22.78 -
YUV 153.27 103.01 52.2 -
System Red Green Blue C M Y K H S L
Decimal 47 216 109 0.78 0 0.50 0.15 142.01 0.68 0.52
Hex 2F D8 6D 4E 0 32 F 8E 44 34
Octal 57 330 155 116 0 62 17 216 104 64
Binary 101111 11011000 1101101 1001110 0 110010 1111 10001110 1000100 110100

Color Harmonies of #2FD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD86D

Black with #2FD86D

Text Example


Text Example

White with #2FD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FD86D;
 }
 .AnyTagClassName
 {
   color: #2FD86D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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