Html Css Color HEX #2CD653 Malachite

📋 copy color: '#2CD653'

red 44 ◦ green 214 ◦ blue 83

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

Shades of Malachite #2CD653

Tints of Malachite #2CD653

RGB

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

 GREEN value IS 214 (83.98% from 255) = 62.76%

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 12.9%
G = 62.76%
B = 24.34%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#2CD653 (or 0x2CD653) is known color: Malachite. HEX triplet: 2C, D6 and 53. RGB value is (44,214,83). Sum of RGB (Red+Green+Blue) = 44+214+83=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD653 is #D329AC. Grayscale: #949494. Windows color (decimal): -13838765 or 5494316. OLE color: 5494316.

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

Color convert

RGB 44 214 83 -
CMYK 0.79 0 0.61 0.16
HSL 133.76º 0.67% 0.51% -
HSV(B) 133.76º 0.79% 0.84% -
XYZ 26.65 49.25 16.29 -
YUV 148.24 91.18 53.65 -
System Red Green Blue C M Y K H S L
Decimal 44 214 83 0.79 0 0.61 0.16 133.76 0.67 0.51
Hex 2C D6 53 4F 0 3D 10 86 43 33
Octal 54 326 123 117 0 75 20 206 103 63
Binary 101100 11010110 1010011 1001111 0 111101 10000 10000110 1000011 110011

Color Harmonies of #2CD653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD653

Black with #2CD653

Text Example


Text Example

White with #2CD653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,214,83); }

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

background-color css

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

 a { background-color: rgb(44,214,83); }

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

border-color css

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

 span { border-color: rgb(44,214,83); }

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