Html Css Color HEX #31E16B Emerald

📋 copy color: '#31E16B'

red 49 ◦ green 225 ◦ blue 107

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

Shades of Emerald #31E16B

Tints of Emerald #31E16B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 59.06%

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 12.86%
G = 59.06%
B = 28.08%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#31E16B (or 0x31E16B) is known color: Emerald. HEX triplet: 31, E1 and 6B. RGB value is (49,225,107). Sum of RGB (Red+Green+Blue) = 49+225+107=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 225 (88.28% from 255 or 59.06% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 225 - color contains mainly: green. Hex color #31E16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E16B is #CE1E94. Grayscale: #9F9F9F. Windows color (decimal): -13508245 or 7070001. OLE color: 7070001.

HSL color Cylindrical-coordinate representation of color #31E16B: hue angle of 139.77º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E16B is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 225 107 -
CMYK 0.78 0 0.52 0.12
HSL 139.77º 0.75% 0.54% -
HSV(B) 139.77º 0.78% 0.88% -
XYZ 30.85 55.56 23.01 -
YUV 158.92 98.69 49.59 -
System Red Green Blue C M Y K H S L
Decimal 49 225 107 0.78 0 0.52 0.12 139.77 0.75 0.54
Hex 31 E1 6B 4E 0 34 C 8C 4B 36
Octal 61 341 153 116 0 64 14 214 113 66
Binary 110001 11100001 1101011 1001110 0 110100 1100 10001100 1001011 110110

Color Harmonies of #31E16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E16B

Black with #31E16B

Text Example


Text Example

White with #31E16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,225,107); }

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

background-color css

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

 a { background-color: rgb(49,225,107); }

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

border-color css

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

 span { border-color: rgb(49,225,107); }

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