Html Css Color HEX #31ED7A Emerald

📋 copy color: '#31ED7A'

red 49 ◦ green 237 ◦ blue 122

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

Shades of Emerald #31ED7A

Tints of Emerald #31ED7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.9%

R = 12.01%
G = 58.09%
B = 29.9%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#31ED7A (or 0x31ED7A) is known color: Emerald. HEX triplet: 31, ED and 7A. RGB value is (49,237,122). Sum of RGB (Red+Green+Blue) = 49+237+122=408 (54% of max value = 765). Red value is 49 (19.53% from 255 or 12.01% from 408); Green value is 237 (92.97% from 255 or 58.09% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 237 - color contains mainly: green. Hex color #31ED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31ED7A is #CE1285. Grayscale: #A7A7A7. Windows color (decimal): -13505158 or 8056113. OLE color: 8056113.

HSL color Cylindrical-coordinate representation of color #31ED7A: hue angle of 143.3º 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 #31ED7A is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 237 122 -
CMYK 0.79 0 0.49 0.07
HSL 143.3º 0.84% 0.56% -
HSV(B) 143.3º 0.79% 0.93% -
XYZ 35.06 62.63 28.65 -
YUV 167.68 102.22 43.35 -
System Red Green Blue C M Y K H S L
Decimal 49 237 122 0.79 0 0.49 0.07 143.3 0.84 0.56
Hex 31 ED 7A 4F 0 31 7 8F 54 38
Octal 61 355 172 117 0 61 7 217 124 70
Binary 110001 11101101 1111010 1001111 0 110001 111 10001111 1010100 111000

Color Harmonies of #31ED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31ED7A

Black with #31ED7A

Text Example


Text Example

White with #31ED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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