Html Css Color HEX #31DA7A Emerald

📋 copy color: '#31DA7A'

red 49 ◦ green 218 ◦ blue 122

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

Shades of Emerald #31DA7A

Tints of Emerald #31DA7A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.04%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 12.6%
G = 56.04%
B = 31.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#31DA7A (or 0x31DA7A) is known color: Emerald. HEX triplet: 31, DA and 7A. RGB value is (49,218,122). Sum of RGB (Red+Green+Blue) = 49+218+122=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DA7A is #CE2585. Grayscale: #9C9C9C. Windows color (decimal): -13510022 or 8051249. OLE color: 8051249.

HSL color Cylindrical-coordinate representation of color #31DA7A: hue angle of 145.92º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA7A is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 218 122 -
CMYK 0.78 0 0.44 0.15
HSL 145.92º 0.7% 0.52% -
HSV(B) 145.92º 0.78% 0.85% -
XYZ 29.85 52.2 26.91 -
YUV 156.53 108.51 51.31 -
System Red Green Blue C M Y K H S L
Decimal 49 218 122 0.78 0 0.44 0.15 145.92 0.7 0.52
Hex 31 DA 7A 4E 0 2C F 92 46 34
Octal 61 332 172 116 0 54 17 222 106 64
Binary 110001 11011010 1111010 1001110 0 101100 1111 10010010 1000110 110100

Color Harmonies of #31DA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DA7A

Black with #31DA7A

Text Example


Text Example

White with #31DA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,218,122); }

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

background-color css

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

 a { background-color: rgb(49,218,122); }

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

border-color css

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

 span { border-color: rgb(49,218,122); }

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