Html Css Color HEX #31FD86 Spring Green

📋 copy color: '#31FD86'

red 49 ◦ green 253 ◦ blue 134

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

Shades of Spring Green #31FD86

Tints of Spring Green #31FD86

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.03%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 11.24%
G = 58.03%
B = 30.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#31FD86 (or 0x31FD86) is known color: Spring Green. HEX triplet: 31, FD and 86. RGB value is (49,253,134). Sum of RGB (Red+Green+Blue) = 49+253+134=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #31FD86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FD86 is #CE0279. Grayscale: #B2B2B2. Windows color (decimal): -13501050 or 8846641. OLE color: 8846641.

HSL color Cylindrical-coordinate representation of color #31FD86: hue angle of 145º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FD86 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 253 134 -
CMYK 0.81 0 0.47 0.01
HSL 145º 0.98% 0.59% -
HSV(B) 145º 0.81% 0.99% -
XYZ 40.69 72.62 34.43 -
YUV 178.44 102.91 35.68 -
System Red Green Blue C M Y K H S L
Decimal 49 253 134 0.81 0 0.47 0.01 145 0.98 0.59
Hex 31 FD 86 51 0 2F 1 91 62 3B
Octal 61 375 206 121 0 57 1 221 142 73
Binary 110001 11111101 10000110 1010001 0 101111 1 10010001 1100010 111011

Color Harmonies of #31FD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FD86

Black with #31FD86

Text Example


Text Example

White with #31FD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,253,134); }

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

background-color css

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

 a { background-color: rgb(49,253,134); }

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

border-color css

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

 span { border-color: rgb(49,253,134); }

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