Html Css Color HEX #31DB75 Emerald

📋 copy color: '#31DB75'

red 49 ◦ green 219 ◦ blue 117

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

Shades of Emerald #31DB75

Tints of Emerald #31DB75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 12.73%
G = 56.88%
B = 30.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#31DB75 (or 0x31DB75) is known color: Emerald. HEX triplet: 31, DB and 75. RGB value is (49,219,117). Sum of RGB (Red+Green+Blue) = 49+219+117=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB75 is #CE248A. Grayscale: #9C9C9C. Windows color (decimal): -13509771 or 7723825. OLE color: 7723825.

HSL color Cylindrical-coordinate representation of color #31DB75: hue angle of 144º 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 #31DB75 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 117 -
CMYK 0.78 0 0.47 0.14
HSL 144º 0.7% 0.53% -
HSV(B) 144º 0.78% 0.86% -
XYZ 29.81 52.6 25.41 -
YUV 156.54 105.68 51.29 -
System Red Green Blue C M Y K H S L
Decimal 49 219 117 0.78 0 0.47 0.14 144 0.7 0.53
Hex 31 DB 75 4E 0 2F E 90 46 35
Octal 61 333 165 116 0 57 16 220 106 65
Binary 110001 11011011 1110101 1001110 0 101111 1110 10010000 1000110 110101

Color Harmonies of #31DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB75

Black with #31DB75

Text Example


Text Example

White with #31DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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