Html Css Color HEX #31E574 Emerald

📋 copy color: '#31E574'

red 49 ◦ green 229 ◦ blue 116

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

Shades of Emerald #31E574

Tints of Emerald #31E574

RGB

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

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

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

R = 12.44%
G = 58.12%
B = 29.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#31E574 (or 0x31E574) is known color: Emerald. HEX triplet: 31, E5 and 74. RGB value is (49,229,116). Sum of RGB (Red+Green+Blue) = 49+229+116=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #31E574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E574 is #CE1A8B. Grayscale: #A2A2A2. Windows color (decimal): -13507212 or 7660849. OLE color: 7660849.

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

Color convert

RGB 49 229 116 -
CMYK 0.79 0 0.49 0.10
HSL 142.33º 0.78% 0.55% -
HSV(B) 142.33º 0.79% 0.9% -
XYZ 32.44 57.95 26 -
YUV 162.3 101.87 47.19 -
System Red Green Blue C M Y K H S L
Decimal 49 229 116 0.79 0 0.49 0.10 142.33 0.78 0.55
Hex 31 E5 74 4F 0 31 A 8E 4E 37
Octal 61 345 164 117 0 61 12 216 116 67
Binary 110001 11100101 1110100 1001111 0 110001 1010 10001110 1001110 110111

Color Harmonies of #31E574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E574

Black with #31E574

Text Example


Text Example

White with #31E574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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