Html Css Color HEX #2CD764 Malachite

📋 copy color: '#2CD764'

red 44 ◦ green 215 ◦ blue 100

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

Shades of Malachite #2CD764

Tints of Malachite #2CD764

RGB

 RED value IS 44 (17.58% from 255) = 12.26%

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

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

R = 12.26%
G = 59.89%
B = 27.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#2CD764 (or 0x2CD764) is known color: Malachite. HEX triplet: 2C, D7 and 64. RGB value is (44,215,100). Sum of RGB (Red+Green+Blue) = 44+215+100=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD764 is #D3289B. Grayscale: #979797. Windows color (decimal): -13838492 or 6608684. OLE color: 6608684.

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

Color convert

RGB 44 215 100 -
CMYK 0.80 0 0.53 0.16
HSL 139.65º 0.68% 0.51% -
HSV(B) 139.65º 0.8% 0.84% -
XYZ 27.64 50.06 20.26 -
YUV 150.76 99.35 51.85 -
System Red Green Blue C M Y K H S L
Decimal 44 215 100 0.80 0 0.53 0.16 139.65 0.68 0.51
Hex 2C D7 64 50 0 35 10 8C 44 33
Octal 54 327 144 120 0 65 20 214 104 63
Binary 101100 11010111 1100100 1010000 0 110101 10000 10001100 1000100 110011

Color Harmonies of #2CD764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD764

Black with #2CD764

Text Example


Text Example

White with #2CD764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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