Html Css Color HEX #31E474 Emerald

📋 copy color: '#31E474'

red 49 ◦ green 228 ◦ blue 116

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

Shades of Emerald #31E474

Tints of Emerald #31E474

RGB

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

 GREEN value IS 228 (89.45% from 255) = 58.02%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 12.47%
G = 58.02%
B = 29.52%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#31E474 (or 0x31E474) is known color: Emerald. HEX triplet: 31, E4 and 74. RGB value is (49,228,116). Sum of RGB (Red+Green+Blue) = 49+228+116=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 228 (89.45% from 255 or 58.02% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 228 - color contains mainly: green. Hex color #31E474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E474 is #CE1B8B. Grayscale: #A1A1A1. Windows color (decimal): -13507468 or 7660593. OLE color: 7660593.

HSL color Cylindrical-coordinate representation of color #31E474: hue angle of 142.46º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E474 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 228 116 -
CMYK 0.79 0 0.49 0.11
HSL 142.46º 0.77% 0.54% -
HSV(B) 142.46º 0.79% 0.89% -
XYZ 32.16 57.4 25.91 -
YUV 161.71 102.2 47.61 -
System Red Green Blue C M Y K H S L
Decimal 49 228 116 0.79 0 0.49 0.11 142.46 0.77 0.54
Hex 31 E4 74 4F 0 31 B 8E 4D 36
Octal 61 344 164 117 0 61 13 216 115 66
Binary 110001 11100100 1110100 1001111 0 110001 1011 10001110 1001101 110110

Color Harmonies of #31E474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E474

Black with #31E474

Text Example


Text Example

White with #31E474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,228,116); }

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

background-color css

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

 a { background-color: rgb(49,228,116); }

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

border-color css

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

 span { border-color: rgb(49,228,116); }

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