Html Css Color HEX #31F276 Emerald

📋 copy color: '#31F276'

red 49 ◦ green 242 ◦ blue 118

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

Shades of Emerald #31F276

Tints of Emerald #31F276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.17%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 11.98%
G = 59.17%
B = 28.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#31F276 (or 0x31F276) is known color: Emerald. HEX triplet: 31, F2 and 76. RGB value is (49,242,118). Sum of RGB (Red+Green+Blue) = 49+242+118=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #31F276 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F276 is #CE0D89. Grayscale: #AAAAAA. Windows color (decimal): -13503882 or 7795249. OLE color: 7795249.

HSL color Cylindrical-coordinate representation of color #31F276: hue angle of 141.45º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F276 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 242 118 -
CMYK 0.80 0 0.51 0.05
HSL 141.45º 0.88% 0.57% -
HSV(B) 141.45º 0.8% 0.95% -
XYZ 36.29 65.47 27.86 -
YUV 170.16 98.56 41.58 -
System Red Green Blue C M Y K H S L
Decimal 49 242 118 0.80 0 0.51 0.05 141.45 0.88 0.57
Hex 31 F2 76 50 0 33 5 8D 58 39
Octal 61 362 166 120 0 63 5 215 130 71
Binary 110001 11110010 1110110 1010000 0 110011 101 10001101 1011000 111001

Color Harmonies of #31F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F276

Black with #31F276

Text Example


Text Example

White with #31F276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,242,118); }

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

background-color css

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

 a { background-color: rgb(49,242,118); }

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

border-color css

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

 span { border-color: rgb(49,242,118); }

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