Html Css Color HEX #2CD871 Emerald

📋 copy color: '#2CD871'

red 44 ◦ green 216 ◦ blue 113

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

Shades of Emerald #2CD871

Tints of Emerald #2CD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 11.8%
G = 57.91%
B = 30.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#2CD871 (or 0x2CD871) is known color: Emerald. HEX triplet: 2C, D8 and 71. RGB value is (44,216,113). Sum of RGB (Red+Green+Blue) = 44+216+113=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD871 is #D3278E. Grayscale: #999999. Windows color (decimal): -13838223 or 7460908. OLE color: 7460908.

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

Color convert

RGB 44 216 113 -
CMYK 0.80 0 0.48 0.15
HSL 144.07º 0.69% 0.51% -
HSV(B) 144.07º 0.8% 0.85% -
XYZ 28.58 50.84 23.93 -
YUV 152.83 105.52 50.38 -
System Red Green Blue C M Y K H S L
Decimal 44 216 113 0.80 0 0.48 0.15 144.07 0.69 0.51
Hex 2C D8 71 50 0 30 F 90 45 33
Octal 54 330 161 120 0 60 17 220 105 63
Binary 101100 11011000 1110001 1010000 0 110000 1111 10010000 1000101 110011

Color Harmonies of #2CD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD871

Black with #2CD871

Text Example


Text Example

White with #2CD871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,216,113); }

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

background-color css

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

 a { background-color: rgb(44,216,113); }

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

border-color css

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

 span { border-color: rgb(44,216,113); }

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