Html Css Color HEX #31DD7A Emerald

📋 copy color: '#31DD7A'

red 49 ◦ green 221 ◦ blue 122

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

Shades of Emerald #31DD7A

Tints of Emerald #31DD7A

RGB

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

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

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

R = 12.5%
G = 56.38%
B = 31.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#31DD7A (or 0x31DD7A) is known color: Emerald. HEX triplet: 31, DD and 7A. RGB value is (49,221,122). Sum of RGB (Red+Green+Blue) = 49+221+122=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD7A is #CE2285. Grayscale: #9E9E9E. Windows color (decimal): -13509254 or 8052017. OLE color: 8052017.

HSL color Cylindrical-coordinate representation of color #31DD7A: hue angle of 145.47º 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 #31DD7A is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 122 -
CMYK 0.78 0 0.45 0.13
HSL 145.47º 0.72% 0.53% -
HSV(B) 145.47º 0.78% 0.87% -
XYZ 30.64 53.77 27.18 -
YUV 158.29 107.52 50.05 -
System Red Green Blue C M Y K H S L
Decimal 49 221 122 0.78 0 0.45 0.13 145.47 0.72 0.53
Hex 31 DD 7A 4E 0 2D D 91 48 35
Octal 61 335 172 116 0 55 15 221 110 65
Binary 110001 11011101 1111010 1001110 0 101101 1101 10010001 1001000 110101

Color Harmonies of #31DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD7A

Black with #31DD7A

Text Example


Text Example

White with #31DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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