Html Css Color HEX #31ED6E Emerald

📋 copy color: '#31ED6E'

red 49 ◦ green 237 ◦ blue 110

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

Shades of Emerald #31ED6E

Tints of Emerald #31ED6E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 59.85%

 BLUE value IS 110 (43.36% from 255) = 27.78%

R = 12.37%
G = 59.85%
B = 27.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#31ED6E (or 0x31ED6E) is known color: Emerald. HEX triplet: 31, ED and 6E. RGB value is (49,237,110). Sum of RGB (Red+Green+Blue) = 49+237+110=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 237 (92.97% from 255 or 59.85% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31ED6E is #CE1291. Grayscale: #A6A6A6. Windows color (decimal): -13505170 or 7269681. OLE color: 7269681.

HSL color Cylindrical-coordinate representation of color #31ED6E: hue angle of 139.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31ED6E is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 110 -
CMYK 0.79 0 0.54 0.07
HSL 139.47º 0.84% 0.56% -
HSV(B) 139.47º 0.79% 0.93% -
XYZ 34.37 62.35 24.97 -
YUV 166.31 96.22 44.33 -
System Red Green Blue C M Y K H S L
Decimal 49 237 110 0.79 0 0.54 0.07 139.47 0.84 0.56
Hex 31 ED 6E 4F 0 36 7 8B 54 38
Octal 61 355 156 117 0 66 7 213 124 70
Binary 110001 11101101 1101110 1001111 0 110110 111 10001011 1010100 111000

Color Harmonies of #31ED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ED6E

Black with #31ED6E

Text Example


Text Example

White with #31ED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,237,110); }

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

background-color css

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

 a { background-color: rgb(49,237,110); }

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

border-color css

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

 span { border-color: rgb(49,237,110); }

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