Html Css Color HEX #31D962 Emerald

📋 copy color: '#31D962'

red 49 ◦ green 217 ◦ blue 98

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

Shades of Emerald #31D962

Tints of Emerald #31D962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.62%

 BLUE value IS 98 (38.67% from 255) = 26.92%

R = 13.46%
G = 59.62%
B = 26.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#31D962 (or 0x31D962) is known color: Emerald. HEX triplet: 31, D9 and 62. RGB value is (49,217,98). Sum of RGB (Red+Green+Blue) = 49+217+98=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #31D962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D962 is #CE269D. Grayscale: #999999. Windows color (decimal): -13510302 or 6478129. OLE color: 6478129.

HSL color Cylindrical-coordinate representation of color #31D962: hue angle of 137.5º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D962 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 217 98 -
CMYK 0.77 0 0.55 0.15
HSL 137.5º 0.69% 0.52% -
HSV(B) 137.5º 0.77% 0.85% -
XYZ 28.28 51.16 19.94 -
YUV 153.2 96.84 53.68 -
System Red Green Blue C M Y K H S L
Decimal 49 217 98 0.77 0 0.55 0.15 137.5 0.69 0.52
Hex 31 D9 62 4D 0 37 F 8A 45 34
Octal 61 331 142 115 0 67 17 212 105 64
Binary 110001 11011001 1100010 1001101 0 110111 1111 10001010 1000101 110100

Color Harmonies of #31D962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D962

Black with #31D962

Text Example


Text Example

White with #31D962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,217,98); }

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

background-color css

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

 a { background-color: rgb(49,217,98); }

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

border-color css

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

 span { border-color: rgb(49,217,98); }

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