Html Css Color HEX #31E478 Emerald

📋 copy color: '#31E478'

red 49 ◦ green 228 ◦ blue 120

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

Shades of Emerald #31E478

Tints of Emerald #31E478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 12.34%
G = 57.43%
B = 30.23%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#31E478 (or 0x31E478) is known color: Emerald. HEX triplet: 31, E4 and 78. RGB value is (49,228,120). Sum of RGB (Red+Green+Blue) = 49+228+120=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 228 (89.45% from 255 or 57.43% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 228 - color contains mainly: green. Hex color #31E478 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E478 is #CE1B87. Grayscale: #A2A2A2. Windows color (decimal): -13507464 or 7922737. OLE color: 7922737.

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

Color convert

RGB 49 228 120 -
CMYK 0.79 0 0.47 0.11
HSL 143.8º 0.77% 0.54% -
HSV(B) 143.8º 0.79% 0.89% -
XYZ 32.4 57.5 27.16 -
YUV 162.17 104.2 47.28 -
System Red Green Blue C M Y K H S L
Decimal 49 228 120 0.79 0 0.47 0.11 143.8 0.77 0.54
Hex 31 E4 78 4F 0 2F B 90 4D 36
Octal 61 344 170 117 0 57 13 220 115 66
Binary 110001 11100100 1111000 1001111 0 101111 1011 10010000 1001101 110110

Color Harmonies of #31E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E478

Black with #31E478

Text Example


Text Example

White with #31E478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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