Html Css Color HEX #31D664 Emerald

📋 copy color: '#31D664'

red 49 ◦ green 214 ◦ blue 100

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

Shades of Emerald #31D664

Tints of Emerald #31D664

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.95%

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

R = 13.5%
G = 58.95%
B = 27.55%

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

#31D664 (or 0x31D664) is known color: Emerald. HEX triplet: 31, D6 and 64. RGB value is (49,214,100). Sum of RGB (Red+Green+Blue) = 49+214+100=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #31D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D664 is #CE299B. Grayscale: #979797. Windows color (decimal): -13511068 or 6608433. OLE color: 6608433.

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

Color convert

RGB 49 214 100 -
CMYK 0.77 0 0.53 0.16
HSL 138.55º 0.67% 0.52% -
HSV(B) 138.55º 0.77% 0.84% -
XYZ 27.61 49.67 20.19 -
YUV 151.67 98.84 54.77 -
System Red Green Blue C M Y K H S L
Decimal 49 214 100 0.77 0 0.53 0.16 138.55 0.67 0.52
Hex 31 D6 64 4D 0 35 10 8B 43 34
Octal 61 326 144 115 0 65 20 213 103 64
Binary 110001 11010110 1100100 1001101 0 110101 10000 10001011 1000011 110100

Color Harmonies of #31D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D664

Black with #31D664

Text Example


Text Example

White with #31D664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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