Html Css Color HEX #31E570 Emerald

📋 copy color: '#31E570'

red 49 ◦ green 229 ◦ blue 112

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

Shades of Emerald #31E570

Tints of Emerald #31E570

RGB

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

 GREEN value IS 229 (89.84% from 255) = 58.72%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 12.56%
G = 58.72%
B = 28.72%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#31E570 (or 0x31E570) is known color: Emerald. HEX triplet: 31, E5 and 70. RGB value is (49,229,112). Sum of RGB (Red+Green+Blue) = 49+229+112=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 229 (89.84% from 255 or 58.72% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 229 - color contains mainly: green. Hex color #31E570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E570 is #CE1A8F. Grayscale: #A2A2A2. Windows color (decimal): -13507216 or 7398705. OLE color: 7398705.

HSL color Cylindrical-coordinate representation of color #31E570: hue angle of 141º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E570 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 229 112 -
CMYK 0.79 0 0.51 0.10
HSL 141º 0.78% 0.55% -
HSV(B) 141º 0.79% 0.9% -
XYZ 32.21 57.86 24.8 -
YUV 161.84 99.87 47.51 -
System Red Green Blue C M Y K H S L
Decimal 49 229 112 0.79 0 0.51 0.10 141 0.78 0.55
Hex 31 E5 70 4F 0 33 A 8D 4E 37
Octal 61 345 160 117 0 63 12 215 116 67
Binary 110001 11100101 1110000 1001111 0 110011 1010 10001101 1001110 110111

Color Harmonies of #31E570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E570

Black with #31E570

Text Example


Text Example

White with #31E570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,229,112); }

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

background-color css

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

 a { background-color: rgb(49,229,112); }

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

border-color css

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

 span { border-color: rgb(49,229,112); }

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