Html Css Color HEX #31DC66 Emerald

📋 copy color: '#31DC66'

red 49 ◦ green 220 ◦ blue 102

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

Shades of Emerald #31DC66

Tints of Emerald #31DC66

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.3%

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

R = 13.21%
G = 59.3%
B = 27.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#31DC66 (or 0x31DC66) is known color: Emerald. HEX triplet: 31, DC and 66. RGB value is (49,220,102). Sum of RGB (Red+Green+Blue) = 49+220+102=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC66 is #CE2399. Grayscale: #9B9B9B. Windows color (decimal): -13509530 or 6741041. OLE color: 6741041.

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

Color convert

RGB 49 220 102 -
CMYK 0.78 0 0.54 0.14
HSL 138.6º 0.71% 0.53% -
HSV(B) 138.6º 0.78% 0.86% -
XYZ 29.26 52.8 21.22 -
YUV 155.42 97.85 52.09 -
System Red Green Blue C M Y K H S L
Decimal 49 220 102 0.78 0 0.54 0.14 138.6 0.71 0.53
Hex 31 DC 66 4E 0 36 E 8B 47 35
Octal 61 334 146 116 0 66 16 213 107 65
Binary 110001 11011100 1100110 1001110 0 110110 1110 10001011 1000111 110101

Color Harmonies of #31DC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DC66

Black with #31DC66

Text Example


Text Example

White with #31DC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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