Html Css Color HEX #31E06C Emerald

📋 copy color: '#31E06C'

red 49 ◦ green 224 ◦ blue 108

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

Shades of Emerald #31E06C

Tints of Emerald #31E06C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.79%

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 12.86%
G = 58.79%
B = 28.35%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#31E06C (or 0x31E06C) is known color: Emerald. HEX triplet: 31, E0 and 6C. RGB value is (49,224,108). Sum of RGB (Red+Green+Blue) = 49+224+108=381 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.86% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #31E06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E06C is #CE1F93. Grayscale: #9E9E9E. Windows color (decimal): -13508500 or 7135281. OLE color: 7135281.

HSL color Cylindrical-coordinate representation of color #31E06C: hue angle of 140.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E06C is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 224 108 -
CMYK 0.78 0 0.52 0.12
HSL 140.23º 0.74% 0.54% -
HSV(B) 140.23º 0.78% 0.88% -
XYZ 30.63 55.05 23.2 -
YUV 158.45 99.52 49.93 -
System Red Green Blue C M Y K H S L
Decimal 49 224 108 0.78 0 0.52 0.12 140.23 0.74 0.54
Hex 31 E0 6C 4E 0 34 C 8C 4A 36
Octal 61 340 154 116 0 64 14 214 112 66
Binary 110001 11100000 1101100 1001110 0 110100 1100 10001100 1001010 110110

Color Harmonies of #31E06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E06C

Black with #31E06C

Text Example


Text Example

White with #31E06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,224,108); }

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

background-color css

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

 a { background-color: rgb(49,224,108); }

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

border-color css

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

 span { border-color: rgb(49,224,108); }

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