Html Css Color HEX #31F075 Emerald

📋 copy color: '#31F075'

red 49 ◦ green 240 ◦ blue 117

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

Shades of Emerald #31F075

Tints of Emerald #31F075

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.11%

 BLUE value IS 117 (46.09% from 255) = 28.82%

R = 12.07%
G = 59.11%
B = 28.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#31F075 (or 0x31F075) is known color: Emerald. HEX triplet: 31, F0 and 75. RGB value is (49,240,117). Sum of RGB (Red+Green+Blue) = 49+240+117=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #31F075 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F075 is #CE0F8A. Grayscale: #A9A9A9. Windows color (decimal): -13504395 or 7729201. OLE color: 7729201.

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

Color convert

RGB 49 240 117 -
CMYK 0.80 0 0.51 0.06
HSL 141.36º 0.86% 0.57% -
HSV(B) 141.36º 0.8% 0.94% -
XYZ 35.64 64.26 27.35 -
YUV 168.87 98.72 42.5 -
System Red Green Blue C M Y K H S L
Decimal 49 240 117 0.80 0 0.51 0.06 141.36 0.86 0.57
Hex 31 F0 75 50 0 33 6 8D 56 39
Octal 61 360 165 120 0 63 6 215 126 71
Binary 110001 11110000 1110101 1010000 0 110011 110 10001101 1010110 111001

Color Harmonies of #31F075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F075

Black with #31F075

Text Example


Text Example

White with #31F075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,240,117); }

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

background-color css

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

 a { background-color: rgb(49,240,117); }

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

border-color css

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

 span { border-color: rgb(49,240,117); }

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