#31fe8e

Color #31FE8E Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #31FE8E

Tints of Spring Green #31FE8E

Color information

#31FE8E (or 0x31FE8E) is unknown color: approx Spring Green. HEX triplet: 31, FE and 8E. RGB value is (49,254,142). Sum of RGB (Red+Green+Blue) = 49+254+142=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FE8E is #CE0171. Grayscale: #B4B4B4. Windows color (decimal): -13500786 or 9371185. OLE color: 9371185.

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

Color convert

RGB49254142-
CMYK0.8100.440.00
HSL147.22º99.03%59.41%-
HSV(B)147.22º80.71%99.61%-
XYZ41.5973.4937.58-
YUV179.94106.5834.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.01%
GREEN value IS 254 (99.61% from 255) = 57.08%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=11.01%
G=57.08%
B=31.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal492541420.8100.440.00147.2299.0359.41
Hex31FE8E5102C093633b
Octal61376216121054022314373
Binary1100011111111010001110101000101011000100100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31fe8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,254,142); }

 H1.HeaderClassName
 {
   color: #31fe8e;
 }
 .AnyTagClassName
 {
   color: #31fe8e;
 }
</style>
background-color css

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

 a { background-color: rgb(49,254,142); }

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

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

 span { border-color: rgb(49,254,142); }

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