Html Css Color HEX #31E672 Emerald

📋 copy color: '#31E672'

red 49 ◦ green 230 ◦ blue 114

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

Shades of Emerald #31E672

Tints of Emerald #31E672

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.52%

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 12.47%
G = 58.52%
B = 29.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#31E672 (or 0x31E672) is known color: Emerald. HEX triplet: 31, E6 and 72. RGB value is (49,230,114). Sum of RGB (Red+Green+Blue) = 49+230+114=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 230 (90.23% from 255 or 58.52% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 230 - color contains mainly: green. Hex color #31E672 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E672 is #CE198D. Grayscale: #A2A2A2. Windows color (decimal): -13506958 or 7530033. OLE color: 7530033.

HSL color Cylindrical-coordinate representation of color #31E672: hue angle of 141.55º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E672 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 230 114 -
CMYK 0.79 0 0.50 0.10
HSL 141.55º 0.78% 0.55% -
HSV(B) 141.55º 0.79% 0.9% -
XYZ 32.6 58.46 25.49 -
YUV 162.66 100.53 46.93 -
System Red Green Blue C M Y K H S L
Decimal 49 230 114 0.79 0 0.50 0.10 141.55 0.78 0.55
Hex 31 E6 72 4F 0 32 A 8E 4E 37
Octal 61 346 162 117 0 62 12 216 116 67
Binary 110001 11100110 1110010 1001111 0 110010 1010 10001110 1001110 110111

Color Harmonies of #31E672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E672

Black with #31E672

Text Example


Text Example

White with #31E672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,230,114); }

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

background-color css

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

 a { background-color: rgb(49,230,114); }

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

border-color css

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

 span { border-color: rgb(49,230,114); }

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