Html Css Color HEX #2FD764 Malachite

📋 copy color: '#2FD764'

red 47 ◦ green 215 ◦ blue 100

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

Shades of Malachite #2FD764

Tints of Malachite #2FD764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.39%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 12.98%
G = 59.39%
B = 27.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#2FD764 (or 0x2FD764) is known color: Malachite. HEX triplet: 2F, D7 and 64. RGB value is (47,215,100). Sum of RGB (Red+Green+Blue) = 47+215+100=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD764 is #D0289B. Grayscale: #979797. Windows color (decimal): -13641884 or 6608687. OLE color: 6608687.

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

Color convert

RGB 47 215 100 -
CMYK 0.78 0 0.53 0.16
HSL 138.93º 0.68% 0.51% -
HSV(B) 138.93º 0.78% 0.84% -
XYZ 27.77 50.13 20.27 -
YUV 151.66 98.84 53.35 -
System Red Green Blue C M Y K H S L
Decimal 47 215 100 0.78 0 0.53 0.16 138.93 0.68 0.51
Hex 2F D7 64 4E 0 35 10 8B 44 33
Octal 57 327 144 116 0 65 20 213 104 63
Binary 101111 11010111 1100100 1001110 0 110101 10000 10001011 1000100 110011

Color Harmonies of #2FD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD764

Black with #2FD764

Text Example


Text Example

White with #2FD764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,100); }

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

background-color css

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

 a { background-color: rgb(47,215,100); }

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

border-color css

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

 span { border-color: rgb(47,215,100); }

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