Html Css Color HEX #31DD68 Emerald

📋 copy color: '#31DD68'

red 49 ◦ green 221 ◦ blue 104

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

Shades of Emerald #31DD68

Tints of Emerald #31DD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.09%

 BLUE value IS 104 (41.02% from 255) = 27.81%

R = 13.1%
G = 59.09%
B = 27.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#31DD68 (or 0x31DD68) is known color: Emerald. HEX triplet: 31, DD and 68. RGB value is (49,221,104). Sum of RGB (Red+Green+Blue) = 49+221+104=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 221 (86.72% from 255 or 59.09% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 221 - color contains mainly: green. Hex color #31DD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DD68 is #CE2297. Grayscale: #9C9C9C. Windows color (decimal): -13509272 or 6872369. OLE color: 6872369.

HSL color Cylindrical-coordinate representation of color #31DD68: hue angle of 139.19º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DD68 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 104 -
CMYK 0.78 0 0.53 0.13
HSL 139.19º 0.72% 0.53% -
HSV(B) 139.19º 0.78% 0.87% -
XYZ 29.62 53.37 21.84 -
YUV 156.23 98.52 51.51 -
System Red Green Blue C M Y K H S L
Decimal 49 221 104 0.78 0 0.53 0.13 139.19 0.72 0.53
Hex 31 DD 68 4E 0 35 D 8B 48 35
Octal 61 335 150 116 0 65 15 213 110 65
Binary 110001 11011101 1101000 1001110 0 110101 1101 10001011 1001000 110101

Color Harmonies of #31DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DD68

Black with #31DD68

Text Example


Text Example

White with #31DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,221,104); }

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

background-color css

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

 a { background-color: rgb(49,221,104); }

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

border-color css

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

 span { border-color: rgb(49,221,104); }

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