Html Css Color HEX #31DD7C Emerald

📋 copy color: '#31DD7C'

red 49 ◦ green 221 ◦ blue 124

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

Shades of Emerald #31DD7C

Tints of Emerald #31DD7C

RGB

 RED value IS 49 (19.53% from 255) = 12.44%

 GREEN value IS 221 (86.72% from 255) = 56.09%

 BLUE value IS 124 (48.83% from 255) = 31.47%

R = 12.44%
G = 56.09%
B = 31.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#31DD7C (or 0x31DD7C) is known color: Emerald. HEX triplet: 31, DD and 7C. RGB value is (49,221,124). Sum of RGB (Red+Green+Blue) = 49+221+124=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD7C is #CE2283. Grayscale: #9E9E9E. Windows color (decimal): -13509252 or 8183089. OLE color: 8183089.

HSL color Cylindrical-coordinate representation of color #31DD7C: hue angle of 146.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD7C is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 124 -
CMYK 0.78 0 0.44 0.13
HSL 146.16º 0.72% 0.53% -
HSV(B) 146.16º 0.78% 0.87% -
XYZ 30.76 53.82 27.84 -
YUV 158.51 108.52 49.89 -
System Red Green Blue C M Y K H S L
Decimal 49 221 124 0.78 0 0.44 0.13 146.16 0.72 0.53
Hex 31 DD 7C 4E 0 2C D 92 48 35
Octal 61 335 174 116 0 54 15 222 110 65
Binary 110001 11011101 1111100 1001110 0 101100 1101 10010010 1001000 110101

Color Harmonies of #31DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD7C

Black with #31DD7C

Text Example


Text Example

White with #31DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31DD7C; }

 p { color: rgb(49,221,124); }

 H1.HeaderClassName
 {
   color: #31DD7C;
 }
 .AnyTagClassName
 {
   color: #31DD7C;
 }
</style>

background-color css

<style>
 a { background-color: #31DD7C; }

 a { background-color: rgb(49,221,124); }

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

border-color css

<style>
 span { border-color: #31DD7C; }

 span { border-color: rgb(49,221,124); }

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