Html Css Color HEX #31DB6F Emerald

📋 copy color: '#31DB6F'

red 49 ◦ green 219 ◦ blue 111

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

Shades of Emerald #31DB6F

Tints of Emerald #31DB6F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.78%

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 12.93%
G = 57.78%
B = 29.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#31DB6F (or 0x31DB6F) is known color: Emerald. HEX triplet: 31, DB and 6F. RGB value is (49,219,111). Sum of RGB (Red+Green+Blue) = 49+219+111=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB6F is #CE2490. Grayscale: #9C9C9C. Windows color (decimal): -13509777 or 7330609. OLE color: 7330609.

HSL color Cylindrical-coordinate representation of color #31DB6F: hue angle of 141.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DB6F is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 111 -
CMYK 0.78 0 0.49 0.14
HSL 141.88º 0.7% 0.53% -
HSV(B) 141.88º 0.78% 0.86% -
XYZ 29.47 52.46 23.61 -
YUV 155.86 102.68 51.78 -
System Red Green Blue C M Y K H S L
Decimal 49 219 111 0.78 0 0.49 0.14 141.88 0.7 0.53
Hex 31 DB 6F 4E 0 31 E 8E 46 35
Octal 61 333 157 116 0 61 16 216 106 65
Binary 110001 11011011 1101111 1001110 0 110001 1110 10001110 1000110 110101

Color Harmonies of #31DB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB6F

Black with #31DB6F

Text Example


Text Example

White with #31DB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,219,111); }

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

background-color css

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

 a { background-color: rgb(49,219,111); }

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

border-color css

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

 span { border-color: rgb(49,219,111); }

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