Html Css Color HEX #31D564 Emerald

📋 copy color: '#31D564'

red 49 ◦ green 213 ◦ blue 100

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

Shades of Emerald #31D564

Tints of Emerald #31D564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.84%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 13.54%
G = 58.84%
B = 27.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#31D564 (or 0x31D564) is known color: Emerald. HEX triplet: 31, D5 and 64. RGB value is (49,213,100). Sum of RGB (Red+Green+Blue) = 49+213+100=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #31D564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D564 is #CE2A9B. Grayscale: #979797. Windows color (decimal): -13511324 or 6608177. OLE color: 6608177.

HSL color Cylindrical-coordinate representation of color #31D564: hue angle of 138.66º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D564 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 100 -
CMYK 0.77 0 0.53 0.16
HSL 138.66º 0.66% 0.51% -
HSV(B) 138.66º 0.77% 0.84% -
XYZ 27.36 49.16 20.1 -
YUV 151.08 99.17 55.19 -
System Red Green Blue C M Y K H S L
Decimal 49 213 100 0.77 0 0.53 0.16 138.66 0.66 0.51
Hex 31 D5 64 4D 0 35 10 8B 42 33
Octal 61 325 144 115 0 65 20 213 102 63
Binary 110001 11010101 1100100 1001101 0 110101 10000 10001011 1000010 110011

Color Harmonies of #31D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D564

Black with #31D564

Text Example


Text Example

White with #31D564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,213,100); }

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

background-color css

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

 a { background-color: rgb(49,213,100); }

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

border-color css

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

 span { border-color: rgb(49,213,100); }

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