Html Css Color HEX #31DB66 Emerald

📋 copy color: '#31DB66'

red 49 ◦ green 219 ◦ blue 102

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

Shades of Emerald #31DB66

Tints of Emerald #31DB66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.57%

R = 13.24%
G = 59.19%
B = 27.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#31DB66 (or 0x31DB66) is known color: Emerald. HEX triplet: 31, DB and 66. RGB value is (49,219,102). Sum of RGB (Red+Green+Blue) = 49+219+102=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #31DB66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DB66 is #CE2499. Grayscale: #9B9B9B. Windows color (decimal): -13509786 or 6740785. OLE color: 6740785.

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

Color convert

RGB 49 219 102 -
CMYK 0.78 0 0.53 0.14
HSL 138.71º 0.7% 0.53% -
HSV(B) 138.71º 0.78% 0.86% -
XYZ 29 52.28 21.13 -
YUV 154.83 98.18 52.51 -
System Red Green Blue C M Y K H S L
Decimal 49 219 102 0.78 0 0.53 0.14 138.71 0.7 0.53
Hex 31 DB 66 4E 0 35 E 8B 46 35
Octal 61 333 146 116 0 65 16 213 106 65
Binary 110001 11011011 1100110 1001110 0 110101 1110 10001011 1000110 110101

Color Harmonies of #31DB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DB66

Black with #31DB66

Text Example


Text Example

White with #31DB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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