Html Css Color HEX #31EA6D Emerald

📋 copy color: '#31EA6D'

red 49 ◦ green 234 ◦ blue 109

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

Shades of Emerald #31EA6D

Tints of Emerald #31EA6D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.69%

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 12.5%
G = 59.69%
B = 27.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#31EA6D (or 0x31EA6D) is known color: Emerald. HEX triplet: 31, EA and 6D. RGB value is (49,234,109). Sum of RGB (Red+Green+Blue) = 49+234+109=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 234 (91.80% from 255 or 59.69% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 234 - color contains mainly: green. Hex color #31EA6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EA6D is #CE1592. Grayscale: #A4A4A4. Windows color (decimal): -13505939 or 7203377. OLE color: 7203377.

HSL color Cylindrical-coordinate representation of color #31EA6D: hue angle of 139.46º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EA6D is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 234 109 -
CMYK 0.79 0 0.53 0.08
HSL 139.46º 0.81% 0.55% -
HSV(B) 139.46º 0.79% 0.92% -
XYZ 33.45 60.6 24.4 -
YUV 164.44 96.71 45.66 -
System Red Green Blue C M Y K H S L
Decimal 49 234 109 0.79 0 0.53 0.08 139.46 0.81 0.55
Hex 31 EA 6D 4F 0 35 8 8B 51 37
Octal 61 352 155 117 0 65 10 213 121 67
Binary 110001 11101010 1101101 1001111 0 110101 1000 10001011 1010001 110111

Color Harmonies of #31EA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31EA6D

Black with #31EA6D

Text Example


Text Example

White with #31EA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,234,109); }

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

background-color css

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

 a { background-color: rgb(49,234,109); }

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

border-color css

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

 span { border-color: rgb(49,234,109); }

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