Html Css Color HEX #31F273 Emerald

📋 copy color: '#31F273'

red 49 ◦ green 242 ◦ blue 115

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

Shades of Emerald #31F273

Tints of Emerald #31F273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.33%

R = 12.07%
G = 59.61%
B = 28.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#31F273 (or 0x31F273) is known color: Emerald. HEX triplet: 31, F2 and 73. RGB value is (49,242,115). Sum of RGB (Red+Green+Blue) = 49+242+115=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #31F273 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F273 is #CE0D8C. Grayscale: #AAAAAA. Windows color (decimal): -13503885 or 7598641. OLE color: 7598641.

HSL color Cylindrical-coordinate representation of color #31F273: hue angle of 140.52º 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 #31F273 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 242 115 -
CMYK 0.80 0 0.52 0.05
HSL 140.52º 0.88% 0.57% -
HSV(B) 140.52º 0.8% 0.95% -
XYZ 36.11 65.4 26.94 -
YUV 169.82 97.06 41.83 -
System Red Green Blue C M Y K H S L
Decimal 49 242 115 0.80 0 0.52 0.05 140.52 0.88 0.57
Hex 31 F2 73 50 0 34 5 8D 58 39
Octal 61 362 163 120 0 64 5 215 130 71
Binary 110001 11110010 1110011 1010000 0 110100 101 10001101 1011000 111001

Color Harmonies of #31F273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F273

Black with #31F273

Text Example


Text Example

White with #31F273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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