Html Css Color HEX #31FE82 Spring Green

📋 copy color: '#31FE82'

red 49 ◦ green 254 ◦ blue 130

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

Shades of Spring Green #31FE82

Tints of Spring Green #31FE82

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.66%

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 11.32%
G = 58.66%
B = 30.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#31FE82 (or 0x31FE82) is known color: Spring Green. HEX triplet: 31, FE and 82. RGB value is (49,254,130). Sum of RGB (Red+Green+Blue) = 49+254+130=433 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.32% from 433); Green value is 254 (99.61% from 255 or 58.66% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FE82 is #CE017D. Grayscale: #B2B2B2. Windows color (decimal): -13500798 or 8584753. OLE color: 8584753.

HSL color Cylindrical-coordinate representation of color #31FE82: hue angle of 143.71º 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 #31FE82 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 254 130 -
CMYK 0.81 0 0.49 0.00
HSL 143.71º 0.99% 0.59% -
HSV(B) 143.71º 0.81% 1% -
XYZ 40.74 73.15 33.09 -
YUV 178.57 100.58 35.58 -
System Red Green Blue C M Y K H S L
Decimal 49 254 130 0.81 0 0.49 0.00 143.71 0.99 0.59
Hex 31 FE 82 51 0 31 0 90 63 3B
Octal 61 376 202 121 0 61 0 220 143 73
Binary 110001 11111110 10000010 1010001 0 110001 0 10010000 1100011 111011

Color Harmonies of #31FE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FE82

Black with #31FE82

Text Example


Text Example

White with #31FE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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