Html Css Color HEX #31D56C Emerald

📋 copy color: '#31D56C'

red 49 ◦ green 213 ◦ blue 108

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

Shades of Emerald #31D56C

Tints of Emerald #31D56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 13.24%
G = 57.57%
B = 29.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#31D56C (or 0x31D56C) is known color: Emerald. HEX triplet: 31, D5 and 6C. RGB value is (49,213,108). Sum of RGB (Red+Green+Blue) = 49+213+108=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 213 (83.59% from 255 or 57.57% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 213 - color contains mainly: green. Hex color #31D56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D56C is #CE2A93. Grayscale: #989898. Windows color (decimal): -13511316 or 7132465. OLE color: 7132465.

HSL color Cylindrical-coordinate representation of color #31D56C: hue angle of 141.59º 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 #31D56C is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 108 -
CMYK 0.77 0 0.49 0.16
HSL 141.59º 0.66% 0.51% -
HSV(B) 141.59º 0.77% 0.84% -
XYZ 27.77 49.32 22.24 -
YUV 151.99 103.17 54.54 -
System Red Green Blue C M Y K H S L
Decimal 49 213 108 0.77 0 0.49 0.16 141.59 0.66 0.51
Hex 31 D5 6C 4D 0 31 10 8E 42 33
Octal 61 325 154 115 0 61 20 216 102 63
Binary 110001 11010101 1101100 1001101 0 110001 10000 10001110 1000010 110011

Color Harmonies of #31D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D56C

Black with #31D56C

Text Example


Text Example

White with #31D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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