Html Css Color HEX #2CD961 Malachite

📋 copy color: '#2CD961'

red 44 ◦ green 217 ◦ blue 97

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

Shades of Malachite #2CD961

Tints of Malachite #2CD961

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.61%

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 12.29%
G = 60.61%
B = 27.09%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#2CD961 (or 0x2CD961) is known color: Malachite. HEX triplet: 2C, D9 and 61. RGB value is (44,217,97). Sum of RGB (Red+Green+Blue) = 44+217+97=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 217 (85.16% from 255 or 60.61% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD961 is #D3269E. Grayscale: #979797. Windows color (decimal): -13837983 or 6412588. OLE color: 6412588.

HSL color Cylindrical-coordinate representation of color #2CD961: hue angle of 138.38º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD961 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 44 217 97 -
CMYK 0.80 0 0.55 0.15
HSL 138.38º 0.69% 0.51% -
HSV(B) 138.38º 0.8% 0.85% -
XYZ 28.01 51.02 19.68 -
YUV 151.59 97.19 51.26 -
System Red Green Blue C M Y K H S L
Decimal 44 217 97 0.80 0 0.55 0.15 138.38 0.69 0.51
Hex 2C D9 61 50 0 37 F 8A 45 33
Octal 54 331 141 120 0 67 17 212 105 63
Binary 101100 11011001 1100001 1010000 0 110111 1111 10001010 1000101 110011

Color Harmonies of #2CD961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD961

Black with #2CD961

Text Example


Text Example

White with #2CD961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,217,97); }

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

background-color css

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

 a { background-color: rgb(44,217,97); }

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

border-color css

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

 span { border-color: rgb(44,217,97); }

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